Archived topic
Headermenü | between tabs
1 reply · Started by Dennis on August 10, 2021
Viewing posts 1–2 of 2
Hello everybody,
at the moment i try to rebuild a navigation menu like https://bit.ly/2VEj1P2
As you can see there are | as marker between the navigationmenus > how can i build things like that with generatepress?
The colour and style i already rebuild in the stage https://bit.ly/3izvtsj
Hi there,
you can use a little CSS:
@media(min-width: 769px) {
.main-navigation li:not(:first-child) {
border-left: 1px solid rgba(255,255,255,0.25);
}
.main-navigation li:last-child {
border-right: 1px solid rgba(255,255,255,0.25);
}
}
And in the Custmizer > Layout > Primary Navigation - increase the Menu Item Width to add space around the menu item label.
This archived topic is closed to new replies.