How to decrease letter spacing on main menu

  • Author
    Posts
  • #112254

    There is too much space, what css would I use to tighten up the space between the letters in the Navigation menu?

    #112488
    Zed
    Cryout Creations mastermind

    Hi,

    If you’re referring to vertical spacing, that can be adjusted by controlling the menu items’ line height:

    #access ul.sub-menu li {
        line-height: 1.1;
    }

    Default value is 1.8.

    Horizontal spacing is more difficult to tweak.


    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 ‘How to decrease letter spacing on main menu’ is closed to new replies.