Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #479639

    hi guys

    this website here

    http://www.bansteaddentalcare.com/

    seems to allow a user on a mobile device scroll to the left of the main site and it renders the hidden menu

    It’s hard to decsribe but if you access the above url on a mobile and attempt to scroll you will see what I mean

    any advice on resolving this?

    #479643

    Hi codecreative!

    Please add following code to Quick CSS

    #wrap_all {
    position: relative !important;
    }

    Best regards,
    Yigit

    #486798

    why is this not included by default out of interest?

    #486852

    Hey!

    That is because you have added custom CSS code to activate mobile menu at a higher resolution :)

    Best regards,
    Yigit

    #491054

    What was the custom css code? So I can not do this again

    #491709

    Hi,

    Looks like this:

    @media only screen and (max-width: 1135px) {
    #advanced_menu_toggle {
        display: block;
    }
    }

    Best regards,
    Rikard

    #492907

    Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Website on mobile scrolls to the right’ is closed to new replies.