Site logo

Archived topic

First menu option missing on mobile

3 replies · Started by Stew on January 17, 2019

Viewing posts 1–4 of 4

Hi,

I have a very odd problem happening. Only on mobile is the first main menu option missing. This happened after updating to the latest GP press plugin. If you go to the site on desktop it's fine, but on iPhone and other phones the first option isn't present when opening the 'hamburger' menu. Hope you guys can help with this!

Hi there,

try this CSS:

@media (max-width: 768px) {
    .main-navigation.toggled .main-nav>ul:first-child {
        margin-top: 57px;
    }
}

That fixed it, thanks!

Glad to be of help.

This archived topic is closed to new replies.