Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1496592

    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

    #1496595

    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

    #1496608

    That works perfectly
    Thanks, Mike
    How do I add lines between the
    individual menu items?

    Thanks
    Best regards

    #1496619

    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

    #1496625

    Thank you very much, Ismael
    The frames look great
    You can close this ticket

    Best regards,
    Franz

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Are both menus the same on mobile?’ is closed to new replies.