PrestaUser348 Posted May 10, 2014 Share Posted May 10, 2014 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 Menu item TEST7 should not be under item TEST5 but to the left of it Link to comment Share on other sites More sharing options...
Hifihylden Posted May 10, 2014 Share Posted May 10, 2014 (edited) 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 May 10, 2014 by Hifihylden (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2014 Share Posted May 10, 2014 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 More sharing options...
Hifihylden Posted May 10, 2014 Share Posted May 10, 2014 Thank you vekia.Re 2) is this done in the superfish-modified.css ?Thank you Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 you can create new styles anywhere you want (in global stylesheet file like superfish-modified or global.css) Link to comment Share on other sites More sharing options...
Hifihylden Posted May 23, 2014 Share Posted May 23, 2014 Hello vekia,Could you please help me out here on how and where to insert the height param for each <ul> element.I have now tried many different types but with no luck...Thank you Link to comment Share on other sites More sharing options...
vekia Posted May 25, 2014 Share Posted May 25, 2014 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 More sharing options...
Hifihylden Posted May 26, 2014 Share Posted May 26, 2014 Thanks again vekia 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