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

    Hi!
    Is there a easy way to set the mobile menu (and icon) at left, insted of right?
    Thanks!

    #393135

    Hey Victor!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #advanced_menu_toggle, #advanced_menu_hide { right: auto; left: 0; }
    @media only screen and (max-width: 990px) {
    div .logo { left: auto; right: 0; }}

    Best regards,
    Yigit

    #393146

    Thanks for your fast answer!
    With this code the menu is now at left, but can i have the code for the entire menu appears from left to right?
    Thanks!

    #393149

    Hey!

    Can you please post the link to your website and a screenshot showing the changes you would like to make?

    Regards,
    Yigit

    #393166

    I mean the transition, instead of appears from right to left, i want from left to right:

    #393575

    Hi!

    Go to Enfold > General Styling pane. Add this code:

    .avia_transform3d .show_mobile_menu #mobile-advanced {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
    
    #mobile-advanced {
    left: -100%;
    }

    Regards,
    Ismael

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