Site logo

Archived topic

Fix button in mobile Menu

3 replies · Started by Ben on December 21, 2020

Viewing posts 1–4 of 4

Hi there,

try adding this CSS:

.main-navigation.toggled .main-nav li.nav-button {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

Perfect, thanks!

You're welcome

This archived topic is closed to new replies.