Archived topic
Mobile menu width bug?
7 replies · Started by Karim on October 26, 2017
Hello Tom and or Leo:)
I had an issue with my mobile menu not being 100% full width.
It took me some time to find the reason, but finally found it.
In Customizer --> Primary Navigation --> i set a logo in Navigation Logo.
Then in Navigation Logo placement when i choose "static" my mobile menu is no longer 100% width, and when i set it to "sticky" the issue is gone again. I guess this must be a bug?
Anyways, i thought i let you guys know.
Greets and thx for the awesome work:)
Karim
Hi there,
Hmm navigation logo shouldn't cause the mobile menu to change width.
Can you re-activate the problem again so we can take a look?
Thanks!
Hello Leo,
Done! Set it to static again and the issue is back.
Good luck;)
Cheers
I'm not seeing the issue: https://s1.postimg.org/5sexqm2mlr/Image-1.jpg
Am I looking at the wrong place? Can you provide a screenshot if you are seeing something different?
Click on the "diensten" button and you see the dropdown width.
Hmm I was able to duplicate this so looks like a bug :)
We will check it out for sure. Thanks for reporting!
Thanks! Fixed in the next version.
Until GPP 1.5-rc.2, you can do this:
@media (max-width: 768px) {
body[class*="nav-float-"].menu-logo-enabled:not(.sticky-menu-logo) .main-navigation .main-nav {
display: block;
}
}
Thanks guys and no problem. Love to contribute when we can to improve the best theme out there;)