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

    Hi Team,

    since the last update a sidebar menu appears on mobile devices when manually or accidently scrolling to the right. You can see it on my webiste: http://www.webigami.de (resize the browser to mobile view an then scroll to the right):

    Why and where can I deactivate it?

    Thank you,
    Jan

    • This topic was modified 9 years, 2 months ago by WEBIGAMI.
    #388433

    Same issue here. I’m updated to Enfold 3.0.8

    #388890

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px){
        .responsive.html_header_sidebar #top {
            position: relative;
        }
    }

    Cheers! 
    Josue

    #388913

    The following in Quick CSS worked for me:

    @media only screen and (max-width: 767px){
        #wrap_all {
            position: relative;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar mobile menu!?’ is closed to new replies.