Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #853828

    Hi!

    I have left justified the burger menu on my website, but the menu bars still slides out from the right. What can I do to have the dropdown slide out from the left under the burger icon.

    #853839

    Its described as the “sidebar flyout menu” thats what I need left justified and to slide out from the left

    #853854

    Hi,

    Can you post a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    #856193
    #856194

    I would like the flyout to appear under the burger menu on the left hand side of the screen

    #856769

    Hi,

    Please add this code in the Quick CSS field.

    .html_av-overlay-side .av-burger-overlay-scroll {
        right: auto;
        left: 0;
    }
    
    .html_av-overlay-side .av-burger-overlay-scroll {
        width: 350px;
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.