Archived topic
Mobile Header Gets Cut Off
3 replies · Started by Robert on May 2, 2019
This is an odd one for me because this was working but I'm not sure when it stopped. My mobile header is getting cut off at the top. I've tried playing with settings to adjust it to no avail. I've disabled caching plugins, cleared browser caches on desktop and mobile and nothing. I even restarted my nginx and php services. At a loss!
The only thing I can think of is that I recently migrated from another environment. I used the export/import functions in GP. Maybe something glitched?
Hi there,
Looks like you have this CSS added that's casuing the issue:
@media (max-width: 768px)
@media (max-width: 768px)
.mobile-header-navigation .site-logo.mobile-header-logo img {
height: 110px;
}
Can you double check?
Also make sure you are using the latest versions of the free theme and premium plugin:
https://docs.generatepress.com/article/generatepress-and-gp-premium/
Then clear your caching plugins as well.
Let me know :)
Great thanks. That helped! The header image is a bit smaller than it used to be but I can live it. What's bugging me is the size of the mobile menu - that is, the height of each menu item but I can open a separate ticket for that.
Awesome :)
Glad I could help!