Evenly space your Tag Cloud using justify!

Evenly space your Tag Cloud using justify!

Optic

Well-known member
Optic submitted a new resource:

Evenly space your Tag Cloud using justify! - Make the Tag Cloud more pretty...

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:

View attachment 146235

You can make it more pretty by using text-align: justify, the result is:

View attachment 146234

To achieve this result simply add the following in EXTRA.CSS :

Code:
.tagCloud { text-align: justify; }

.tagCloud:after { width: 100%; content:'';...

Read more about this resource...
 
Top Bottom