[Resolved] Extra space at bottom of main menu

Home Forums Support [Resolved] Extra space at bottom of main menu

Home Forums Support Extra space at bottom of main menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200954
    Dee Broughton

    Can you tell me what has messed up the spacing on the main menu on http://kitoblog.com/? I’m looking at it in Firefox. I must be out of practice. I cannot figure out what happened. It should have the highlight at the full height of the menu and the text centered top to bottom like http://www.dbepub.com

    #200988
    Tom
    Lead Developer
    Lead Developer

    Hi Dee,

    You have this in your custom CSS:

    li {
        margin-bottom: 1em;
    }

    That’s applying to all list items.

    I would make that more specific, or counter it with this:

    .main-navigation li {
        margin-bottom: 0;
    }
    #201168
    Dee Broughton

    Tom, thank you. I’m definitely out of practice!

    #201225
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.