Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1121856

    Can the flyout menu be on the left side of the site rather than the right?

    #1121895

    Hey Dogmut,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_av-overlay-side .av-burger-overlay-scroll {
    right: auto;
    left: 0; 
    }
    .html_av-overlay-side .av-burger-overlay-scroll {
        -webkit-transform: translateX(-10px)!important; 
        transform: translateX(-10px)!important; 
    }
    
    .av_font_icon.av-icon-style-inline {
        float: none!important; 
        display: inline-block!important; 
        vertical-align: middle!important; 
        margin: 0 8px!important; 
    }
    

    Best regards,
    Mike

    #1122117

    That’s great thank you.

    #1122244

    Hi,

    Great, I’m glad Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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