chicaneparts Posted May 31, 2014 Share Posted May 31, 2014 (edited) Hello, I need some space between the sub categories because now it looks like its one subcategorie(See picture). So how do i need to increase the space between them? Thanks for the reply's already. website: chicaneparts.nl Prestashop: 1.6.0.6 Edited May 31, 2014 by chicaneparts (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted May 31, 2014 Share Posted May 31, 2014 Line 148 of the superfishmodified.css should look like this, .sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; } Change it to this .sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; padding-top:10px; } 1 Link to comment Share on other sites More sharing options...
chicaneparts Posted May 31, 2014 Author Share Posted May 31, 2014 Thanks Dh42 Problem 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