Site logo

Archived topic

GeneratePress 3.0 - Mobile Menu toggle open has changed

3 replies · Started by pairfum on October 11, 2020

Viewing posts 1–4 of 4

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

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 :)

Many thanks for your help, Tom.

Removing this code did the trick.

Kind regards,

Pairfum London

Glad I could help :)

This archived topic is closed to new replies.