godaddy-wordpress / primer-child-escapade

Escapade is a Primer child theme with a unique sidebar navigation.
12 stars 9 forks source link

First item in mobile menu not aligned #95

Closed Stewdi closed 1 year ago

Stewdi commented 4 years ago

Hi,

I´ve experienced an issue with the first menu item on small screens. It doesnt align with the other menu items.

Any ideas on how this could be solved?

Screenshot_20200212_1

knd rgrds

castle1016 commented 4 years ago

I have a similar problem with the first two items in mobile menu.

Schermata 2020-04-14 alle 18 24 57
rafaelnockmann commented 3 years ago

Escapade is one of the best WordPress themes with vertical navigation for my use case. Sadly that the developer apparently no longer maintains the theme regularly. However, I was able to fix the error with the first item in mobile view by adding some custom CSS in the customizer:

div.main-navigation-container nav.main-navigation.open::before {
  clear: both;
}

Alternatively, the following snippet can be used:

div.main-navigation-container nav.main-navigation.open::before {
  white-space: pre;
}

I hope the developer will officially fix the bug.

keh2021 commented 3 years ago

@Nocksoft Thanks! The first fix worked for me. Last glitch that I had with Escapade is now also gone.

aledesma-godaddy commented 1 year ago

Closing issues and PRs in preparation for repository archival