Archived topic
Menu
1 reply · Started by Hugo on August 23, 2021
Also the menu with the logo in the middle. Is there any way I can put the logo to the left and the menu to the right? The menu looks funny in the tablet version and if I add something else the words overlap with the logo.
Hi Hugo,
Are you just want a default GP navigation float right header?
If so, remove this CSS which is centering the logo:
https://www.screencast.com/t/NyVhYTxus
There's an empty menu item set as a separator, please remove it as well.
Also remove this CSS:
#site-navigation {
float: none;
width: 100%;
}
.main-navigation .main-nav,
.main-navigation .menu-item-separator{
flex-grow: 1;
}
Let me know if you need further assistance :)