critellus Posted April 21, 2014 Share Posted April 21, 2014 Hello, I've got a problem with CSS of top menù prestashop 1.6.0.6 See the attachment. Why the categories are displayed with so much space between them? Site: www.sport4you-mi.it Thanks a lot. regards Link to comment Share on other sites More sharing options...
vekia Posted April 21, 2014 Share Posted April 21, 2014 turn of ccc for css files it's impossible to check css styles because your css files are minified. Link to comment Share on other sites More sharing options...
critellus Posted April 21, 2014 Author Share Posted April 21, 2014 ok....try it now. Thanks Link to comment Share on other sites More sharing options...
critellus Posted April 21, 2014 Author Share Posted April 21, 2014 I find the problem: the first category of the second row is placed under the category with less subcategories. It's not a problem if I have the same number of subcategories. How can I fix it? Link to comment Share on other sites More sharing options...
dioniz Posted April 21, 2014 Share Posted April 21, 2014 You can change that in yourtheme/css/modules/blocktopmenu/css/superfish-modified.css .sf-menu > li > ul > li { float: left; padding-right: 15px; width: 20%; } Change width and padding to whatever suits you Link to comment Share on other sites More sharing options...
vekia Posted April 21, 2014 Share Posted April 21, 2014 but if we increase padding, it will look weird with huge gaps, or i missed something? btw. i checked page and now it looks well Link to comment Share on other sites More sharing options...
dioniz Posted April 21, 2014 Share Posted April 21, 2014 Why the categories are displayed with so much space between them? Oh, i understood he wants less space between cats so decreasing width and padding will help Link to comment Share on other sites More sharing options...
critellus Posted April 21, 2014 Author Share Posted April 21, 2014 (edited) vekia... you see it correctly because each category has the same number of sub categories... read my last post on this topic Edited April 21, 2014 by critellus (see edit history) Link to comment Share on other sites More sharing options...
critellus Posted April 22, 2014 Author Share Posted April 22, 2014 anyone? Link to comment Share on other sites More sharing options...
vekia Posted April 23, 2014 Share Posted April 23, 2014 it's hard to say what's going on when category tree just looks well. Link to comment Share on other sites More sharing options...
critellus Posted April 23, 2014 Author Share Posted April 23, 2014 I'm sorry. See now. Link to comment Share on other sites More sharing options...
Recommended Posts