- Compatible XF 1.x versions
- 1.5
By default the Tag Cloud is displayed using inline-block. This is quite good, however it does leave gaps on the right on each line. This is most evident if you have a mix of long and short tags as shown below:
You can make it more pretty by using text-align: justify, the result is:
...
You can make it more pretty by using text-align: justify, the result is:
You do not have permission to view the full content of this resource.
Log in or register now.
- Related resources
- Many thanks to this source for the last line justify workaround:
http://stackoverflow.com/questions/16964294/how-to-evenly-space-many-inline-block-elements