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

    Hi all, i encountered a problem with mobile menù on Google Chrome desktop and Chrome on Android.
    When i navigate the website http://www.siamocreativi.it on small screen under 768px i can see the mobile menù sliding on left.

    Any idea why?

    #391751

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

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