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

    Hello, congrats for this great theme.
    I’m working on a new website and i need to change the side of the Sidebar Flyout Menu.
    The menú icon appears at top-right but the Sidebar Flyout Menu is at the left side. I need it at right side. Is it possible?

    Thanks a lot

    #1030596

    Hey andana,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1038734

    Thank You very much, it works really well :D

    #1039563

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1043938

    You can close it, thank you very much.

    #1044024

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change side of Sidebar Flyout Menu’ is closed to new replies.