Change height of menu bar

  • Author
    Posts
  • #106318

    Is it possible to reduce the height of the menu bar that goes below the header banner image?
    If so how?

    #106333
    Zed
    Cryout Creations mastermind

    The height of the main navigation (located between the header image and the content) is not configurable through the options. If desired, it can be forced customized with CSS:

    body #access ul {
        line-height: 1.6; /* default value */
    }

    This applies to submenu items as well.


    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 ‘Change height of menu bar’ is closed to new replies.