[Resolved] Mobile display out of screenwidth

Home Forums Support [Resolved] Mobile display out of screenwidth

Home Forums Support Mobile display out of screenwidth

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1103119
    View on IT

    Hi there,

    On one of our customers websites (and maybe on more websites too) the mobile display is getting larger then the screenwidth. It seems like the mobile menu in sticky mode is causing the website to be larger then te screen, but I can’t find out how to solve this.

    Would you want to take a look and try if you can find what is going wrong or what I’m doing wrong?

    Thanks!

    With kind regards,
    Wilrik

    #1103429
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can disable all plugins except GP Premium to eliminate conflicts from other plugins first?

    This is the cause for most of the time.

    Let me know 🙂

    #1105608
    View on IT

    Hi Leo,

    Just did disable all plugins except GP Premium, but it doesn’t solve the issue.
    Anything else I can try, or anything else you can discover?

    Kind regards,
    Wilrik

    #1105630
    David
    Staff
    Customer Support

    Hi there,

    this CSS you added, specifically the width: 100% property, is causing the issue:

    .top-bar .widget {
    	width: 100%;
    	vertical-align: middle;
    }

    Add it inside your desktop media query to eliminate the problem

    #1105912
    View on IT

    Awesome, thank you! That solved it.

    #1105972
    David
    Staff
    Customer Support

    Glad to be of help

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