Archived topic
Mobile display out of screenwidth
5 replies · Started by View on IT on December 13, 2019
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
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 :)
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
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
Awesome, thank you! That solved it.
Glad to be of help