Jump to content

long Menu items are not correctly aligned in block_top_menu in default bootstrap theme


Recommended Posts

I would like to how to correct the CSS for block_top_menu in default bootstrap theme so items get correctly displayed. currently if a you have very long category name, the following categories gets stacked together as shown in the screenshots

 

post-784638-0-74670000-1399716974_thumb.png

 

Menu item TEST7 should not be under item TEST5 but to the left of it

 

post-784638-0-43689200-1399716987_thumb.png

Link to comment
Share on other sites

I have the same problem as PrestaUser348 with the new version 1.6.0 .....

Also I have many categories, so I have a "two line" menu. Could some one please tell me how to increase the line height (the spacing between the two lines). The menu is the standard Superfish.

 

Thank you

Edited by Hifihylden (see edit history)
Link to comment
Share on other sites

there are two possibilities.

1) increase width of the columns - this will work only if number of subcategories will be the same

2) you have to define height param for each <ul> element -it must be the same for each block of categories.

 

at the moment there is no other solution, unfortunately.

Link to comment
Share on other sites

  • 2 weeks later...

it's a superfish-modified css: themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

 

increase width param in:

.sf-menu > li > ul > li {
float: left;
width: 20%;
padding-right: 15px;
}
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...