[Support request] Adjust Space between menu items

Home Forums Support [Support request] Adjust Space between menu items

Home Forums Support Adjust Space between menu items

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259982
    Axel

    Hello,

    How can I adjust space between menu items . . . Home <space> about <space> contact etc.

    #260029
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.