Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #114983
    drumscum
    Participant

    Hello, when I view my site on a mobile device, the menu doesn’t scroll properly. In portrait mode the menu scrolls, but the page itself scrolls as well under the menu. In landscape mode the menu doesn’t scroll at all, only the page itself.

    See http://www.baconfat.be

    #115003
    Mahesh
    Keymaster

    @drumscum: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 909px) {
        #masthead {
            position: unset;
        }
    }

    Regards,
    Mahesh

    #115021
    drumscum
    Participant

    Thanks, that did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu doesn't scroll properly in mobile view’ is closed to new replies.