[Resolved] GeneratePress 3.0 – Mobile Menu toggle open has changed

Home Forums Support [Resolved] GeneratePress 3.0 – Mobile Menu toggle open has changed

Home Forums Support GeneratePress 3.0 – Mobile Menu toggle open has changed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1483656
    pairfum

    Dear Support,

    We recently updated to GP Premium 3.01 and have since noticed that the Mobile Menu has changed.

    On our site and in mobile / tablet view, the primary navigation items used to be arranged vertically.

    Since the update, they are arranged horizontally.

    You can see this here: https://www.pairfum.com

    Is there a code or setting we need do use / remove to arrange the navigation items vertically again?

    Many thanks for your help on this.

    Kind regards,

    Pairfum London

    #1483684
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You have this custom CSS in your child theme:

    .main-navigation li {
        float: none !important;
        display: inline-block !important;
        vertical-align: middle;
        z-index: 1;
    }

    If you remove it, the issue should go away.

    Let us know ๐Ÿ™‚

    #1490052
    pairfum

    Many thanks for your help, Tom.

    Removing this code did the trick.

    Kind regards,

    Pairfum London

    #1490750
    Tom
    Lead Developer
    Lead Developer

    Glad I could help ๐Ÿ™‚

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