Hello! im currently trying to use your tag list page theme, and due to the the large amount of tags i have, i want to make it four columns instead of three. i've already adjusted the overall width of everything ( to 800px from 600px ) , but i can't seem to get the text to align properly after that. sorry for bothering you!
hello! you’re not bothering at all!
to change the amount of columns do this:
first, change the 3 in .a a:nth-child(3n){ to the number of columns you want
then, adjust the width of the tags by changing the width:150px; under .a a {
for the default total width (600px), use
width:100px; for 4 columns
width:75px; for 5 columns
in your case (total width 800px), use
width:150px; (which is default) for 4 columns
width:115px; for 5 columns
width:85px; for 6 columns
for anyone else curious, you can change the total width by changing the width under #wrapper { (there’s a comment in the code to help you out)
and that’s it! :)









