http://thegiftshop.tv/index.php?main_page=index&cPath=4
The subcategories list (I don't want to put images) displays one on each line, which takes it way too far down the page.
How do I list them across the page - say 4 or 5 across??
thanks
http://thegiftshop.tv/index.php?main_page=index&cPath=4
The subcategories list (I don't want to put images) displays one on each line, which takes it way too far down the page.
How do I list them across the page - say 4 or 5 across??
thanks
Last edited by Ajeh; 12 Aug 2013 at 03:09 PM. Reason: remove zenid
What's your setting in Admin - Configuration - Maximum Values - Categories To List Per Row ?
Ah...it is set to 3....which clearly doesn't seem to be taking effect!
Ah yes...but unfortunately Template Mela seem not to think it is their problem.....
Easy way to find out - switch temporarily back to the Classic template. If it's OK there, check to see if the template designer modified includes/modules/category_row.php.
Your template is currently trying to display up to 5 subcats per row (viewing the Body and Skin Care top category), but the HTML has inline styling for width: 50%; and the stylesheet (line 911) has padding:which makes each item take more than half a row.Code:.sub-category ul li { background: url("../images/bullet3.gif") no-repeat scroll left center transparent; padding-left: 10px; }
Reduce the width (it should automatically adjust for the set number of items per row). And it is definitely something the template author did; if they had not changed the stock code, the widths would not be wrong.