Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2873
    James
    Participant

    The default height of the main navigational menu is a bit high for me. I’d like to bring it down just over the height of the text contained in it.

    What’s the best way to accomplish this?

    #2897
    Sakin
    Keymaster

    @jamesandtina: If you are using Simple Catch Pro theme then you can add the following CSS in “Custom CSS” box in your Theme Options in WordPress Dashboard. You can decrease further by decreasing the number from 40px to further below.

    #access ul li a {
    line-height: 40px;
    }
    #access ul li ul {
    top: 40px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adjust height of main nav menu’ is closed to new replies.