[Resolved] First menu option missing on mobile

Home Forums Support [Resolved] First menu option missing on mobile

Home Forums Support First menu option missing on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #784907
    Stew

    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!

    #784923
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    That fixed it, thanks!

    #784957
    David
    Staff
    Customer Support

    Glad to be of help.

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