LLT Posted September 7, 2011 Share Posted September 7, 2011 When you click on a main category link it takes you to a page that lists all the subcategories below it in a straight line. How can I make it so it shows 3 subs per column? Example: Currently it shows: subcat subcat subcat subcat subcat subcat subcat subcat subcat What I like to do: subcat subcat subcat subcat subcat subcat subcat subcat subcat Any advice? This is for the current version 1.4.4.1 I attached an image of what my subcategores look like so you see can see they're not displaying inline as per the css code below... body#category div#subcategories .inline_list a img { display: inline; } Link to comment Share on other sites More sharing options...
LLT Posted September 17, 2011 Author Share Posted September 17, 2011 I fixed it by modifying the css to include float: left. Post marked as solved. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now