imperator Posted July 24, 2020 Share Posted July 24, 2020 (edited) How can I keep main top menu expanded (only for first categories of menu) in mobile view ? (PS 1.6) Edited July 24, 2020 by imperator (see edit history) Link to comment Share on other sites More sharing options...
imperator Posted July 25, 2020 Author Share Posted July 25, 2020 I solved by myself 😀 Edit themes/default-bootstrap/js/modules/blocktopmenu/js/blocktopmenu.js and add line below in function function mobileInit() { categoryMenu.superfish('destroy'); $('.sf-menu').removeAttr('style'); // ADD THIS LINE $(".sf-contener .cat-title").toggleClass('active').parent().find('ul.menu-content').stop().slideToggle('medium'); 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