-
SamuelJS
I want the menu right next to the new search function and not centered. How do I have to set this? Or can it be that a custom code produces this?
-
Fernando
Hi Samuel,
Can you provide the link to the site in question?
-
SamuelJS
Soory, sure
-
Fernando
Try adding this through Appearance > Customize > Additional CSS:
div#primary-menu { order: 1; }
-
SamuelJS
I misspoke, I don’t want to change the order but reduce the distance. So the menu elements should be further to the right of the search field.
-
Hi there,
can you share a link to the site ?
-
SamuelJS
Hi David, it’s in the Private information section 🙂
-
SamuelJS
Any Updates here?
-
Hi Sam,
I’m not seeing a private info section attached to your post – I don’t believe this is a bug on our end.
Can you confirm?
Thanks!
-
SamuelJS
very funny. i am 100% sure that i had deposited something there. Can it be that the new forum deletes this info over time?
Anyway, the infos are now back in…
-
Fernando
Can you try this instead?:
.header-wrap .inside-navigation.grid-container { justify-content: flex-start; } .header-wrap .inside-navigation.grid-container .site-logo { margin-right: auto; }
-
SamuelJS
Love it. Thanks, Fernando.
Any forward perspective that we can eventually style our main navigation with gen blocks?
-
Fernando
You’re welcome, Samuel!
Well, for now, to alter the Header fully through GB, you’d need a Block Element – Site Header through GPP.
Another route is to use a Block Element – Hook.
- You must be logged in to reply to this topic.