Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #396320

    Hi guys,

    While making a new website I’m just experiencing something that never happened before: on my iPhone when I load the homepage instead of taking up the whole screen and have the menu to show only when tapping the icon on top right, the site can be moved to the left, revealing the entire menu on the right hand side.

    Have a look here: http://new.vacationrentalsecrets.com

    I deactivated all the plugins and reloaded the page but it still shows the menu that way. How can I avoid it?

    • This topic was modified 9 years, 1 month ago by abortolotti.
    #396470

    I am having the same issue! Makes for a very unprofessional looking site.

    Please let (us) know how we can fix this?!

    Thanks,

    Kris

    #396484

    Same here. After the latest theme update I started to have this problem too.

    #396686

    Guys, this should fix it – or at least it did for me (add it into your ‘QUICK CSS‘ box under the General Styling tab:

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}
    • This reply was modified 9 years, 1 month ago by krisfosh.
    #396692
    #396884

    The problem with that solution is that all margins are gone. Before I updated to latest version everything worked fine.

    #397054

    So what’s the solution that should work @Christher and @Yigit?

    #397061

    Hey!

    Try with this:

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

    We’re already aware of this issue and a fix will be included in the next patch.

    Best regards,
    Josue

    #397083

    Krisfosh’s solution worked for me. Thanks

    #397139

    Seems like it’s working for me too! Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mobile menu showing up on the right’ is closed to new replies.