Shrink spaces between header menu items

  • Author
    Posts
  • #42992

    I feel as though I’ve seen this option in the customize before, but I just can’t find it!

    I’d like to reduce the padding around the menu options in the header menu. The font is very legible, and I could use the extra space to make other things in the header larger.

    If there is a setting for this, where can I find it? And if not, can I please have some guidance with what the CSS code would be? I don’t want to take the whole website down by playing around with the custom CSS box when I’m not positive what I’m doing.

    If the reducing would be done by percentage, I estimate it would be about 40%. Once the code is there and I see how it works, I can edit the percent as needed.

    Thank you again for the wonderful theme!

    Website: www.miriam.lavine.ca

    #43162
    Zed
    Cryout Creations mastermind

    You could try this custom styling:

    body #access a {
        padding-left: 0.4em;
        padding-right: 1.4em;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Shrink spaces between header menu items’ is closed to new replies.