How do I arrange the categories that when they display on the main page that they display like this:
One
Two
Three
Four
Instead of:
One Two Three
Four Five Six
How do I arrange the categories that when they display on the main page that they display like this:
One
Two
Three
Four
Instead of:
One Two Three
Four Five Six
Try .categoryListBoxContents {float:none;}
or you can remove .categoryListBoxContents from the statement where it's floated left.
Should be in stylesheet.css