Site logo

Archived topic

Mobile Menu Center Alignment Issue

3 replies · Started by Ian on October 10, 2020

Viewing posts 1–4 of 4

So, about to launch a new site that will have a custom header using a Block Element. Noticed the mobile menu icon is not center aligned. Is there a way to force this given our custom header was used. I have attached log in info. Any guidance would be much appreciated!

Hi there,

try this CSS:

@media (max-width: 768px) {
    .main-navigation.nav-align-center .inside-navigation {
        justify-content: center;
    }
}

Boom! Another one resolved. Thanks so much David!

Glad to be of help

This archived topic is closed to new replies.