Jump to content

Adjust Sub-Categories Spacing For Horizontal Menu


Recommended Posts

Check the file: themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

 

for this:

.sf-menu > li > ul > li {
  1. floatleft;
  2. width20%;
  3. padding-right15px;
}
 
and update the width to 14% to include 7 in a line.
this will effect all sub categories even if you have less than 7.
Link to comment
Share on other sites

I see what you added (margin-bottom) and its look just like I said.

Just change the %20 to %14 and clear your cache in BO -> Advanced parameters -> Performance -> Clear cache

Also clear your browser cache.

 

This is how it should be:

.sf-menu > li > ul > li {
  1. floatleft;
  2. width14%;
  3. padding-right5px;
  4. margin-bottom15px;
}
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...