Nirmal28 Posted June 10, 2015 Share Posted June 10, 2015 How to show sub catagoreis menu vertically under Top Horizontal menu ? currently it is showing horizontal to the TOP Horizontal Menu. Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2015 Share Posted June 10, 2015 you jsut simply want the list of the categories? what about subcategories of these subcategories then? how to show them? Link to comment Share on other sites More sharing options...
Nirmal28 Posted June 10, 2015 Author Share Posted June 10, 2015 Thanks VEKIA for your reply, curently under Categories Menu , Sub -Categories coming horizontally . Like when some one clik CAT 1, current disply is CAT 1 CAT2 CAT 3 CAT 4 Sub1 Sub 2 Sub3 Sub4 Want to looks like ,when people click CAT1 CAT 1 CAT2 CAT 3 CAT 4 Sub 1 Sub 2 Sub 3 Sub 4 I am using default theme of PS 1.6. Kindly help me which line of the code need to be chaged in the superfish (themes/YOUR_THEME/css/modules/blocktopmenu/css/superfish-modified.css). Thansk in advance !! Link to comment Share on other sites More sharing options...
gabdara Posted July 9, 2015 Share Posted July 9, 2015 If you're using the default theme add the following styles in themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css : #block_top_menu .sf-menu > li > ul { width: auto; left: initial; } #block_top_menu .sf-menu > li > ul > li { float: none; width: auto; } 1 Link to comment Share on other sites More sharing options...
nikolaosp Posted July 15, 2015 Share Posted July 15, 2015 If you're using the default theme add the following styles in themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css : #block_top_menu .sf-menu > li > ul { width: auto; left: initial; } #block_top_menu .sf-menu > li > ul > li { float: none; width: auto; } Hi Vekia, As i have a lot of subcategories and it is quite overwhelming to the customer is it possible to show ony the first subcategory and how do i do it? Thank you very much Link to comment Share on other sites More sharing options...
Ueb Posted September 23, 2016 Share Posted September 23, 2016 (edited) Thank you @gabdara, your solution works, but with lot of subcategories it should be splitted in columns... is it possible? Edited September 23, 2016 by csaffi (see edit history) Link to comment Share on other sites More sharing options...
marpre Posted February 13, 2021 Share Posted February 13, 2021 Hello, great post, was helpful but works only to 1 subcategory level the sub-subcategory(2nd )subcat. level categories are always displayed. But want them to be closed and just opening on mouseover. Anybody any ideas ? Thanks ! Link to comment Share on other sites More sharing options...
alexandr0s Posted November 4, 2023 Share Posted November 4, 2023 On 7/9/2015 at 5:25 PM, gabdara said: If you're using the default theme add the following styles in themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css : #block_top_menu .sf-menu > li > ul { width: auto; left: initial; } #block_top_menu .sf-menu > li > ul > li { float: none; width: auto; } Hello, in themes/default-bootstrap there is only an empty file named .hidden, do I have to create the rest of the files? 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