Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #832984

    Hello,

    I’m using enfold in a RTL setup.
    The mobile menu displays on the right side of the screen, overlapping the logo, instead of on the left side.

    How can I fix this?

    Thank you

    #835234

    Hey nsalts,

    Thank you for using Enfold.

    Did you add any custom css modifications in the theme? Please add this code in the Quick CSS field to fix the issue temporarily.

    @media only screen and (max-width: 767px) {
        .responsive #top.rtl #wrap_all .main_menu {
            top: 0;
            right: auto;
            left: 0;
        }
    }
    

    Best regards,
    Ismael

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