Site logo

Archived topic

Extra spacing between logo and menu on mobile

3 replies · Started by Stacey on February 27, 2018

Viewing posts 1–4 of 4

Hi - on this site https://thegutlife.swish-client.com/ that I am working on switching to GP - there is additional spacing between the logo and the menu. I am not sure what settings (or CSS) I need to fix this. Can you please advise.

Thanks
Stacey

Great - that has helped a lot.

Can you also help with what classes/CSS to target so that when it drops down to the mobile menu I can centre the logo and have the menu centred underneath.

Instead using Tom's CSS I linked above, try this:

@media (min-width:769px) {
    .nav-float-right .inside-header .main-navigation {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
This archived topic is closed to new replies.