Archived topic
Extra spacing between logo and menu on mobile
3 replies · Started by Stacey on February 27, 2018
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
Hi Stacey,
I think this is what you are looking for: https://generatepress.com/forums/topic/menu-next-to-logo/#post-241435
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;
}
}