Archived topic
Adjust Space between menu items
1 reply · Started by Axel on January 2, 2017
Viewing posts 1–2 of 2
Hello,
How can I adjust space between menu items . . . Home <space> about <space> contact etc.
The inner-spacing can be adjusted using the Spacing add-on: https://docs.generatepress.com/article/menu-item-height-width/
If you want to separate the menu items, you can do this:
.main-navigation .main-nav > ul > li:not(:last-child) {
margin-right: 10px;
}
This archived topic is closed to new replies.