Hello everyone,
I created a website years ago.
Link 01 below:
There, I created a menu that displays like this on mobile devices:
Screenshot
Link 02 below:
Now I’ve created a new site:
Link 03 below:
On that site, the menu doesn’t open on mobile devices
Link 04 below:
How can I make sure both menus are set up the same way on mobile devices?
Like Link 02
Thank you
Best regards,
Franz
Hey schweg33,
For your new menu you should go to Theme Options > Main Menu > Burger/Mobile Menu > Menu Icon Submenu Items > Always display submenu items
For other options you could easily compare the settings for both sites.
Best regards,
Mike
That works perfectly
Thanks, Mike
How do I add lines between the
individual menu items?
Thanks
Best regards
Hi,
Thank you for the inquiry.
You can add this css code to fix the left padding of the submenu items and add borders between them.
.html_av-overlay-side #top .av-burger-overlay li > ul {
margin-left: 7px;
}
.html_av-overlay-side #top .av-burger-overlay li > ul .avia-menu-text {
padding-left: 12px;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
border-bottom: 1px solid;
}
Let us know the result.
Best regards,
Ismael
Thank you very much, Ismael
The frames look great
You can close this ticket
Best regards,
Franz
