Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #397907

    Hello,

    The mobile menu is appearing on my site just by swiping to the right; instead of opening only when I click the menu link in the header. it’s causing the site to appear much wider than it actually is.

    Any ideas?
    Thanks.

    #398126

    Hey kristenangel!

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

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Cheers!
    Yigit

    #398223

    Thank you! It worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘mobile menu is appearing without clicking the menu link’ is closed to new replies.