Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865077

    ESHM
    Participant

    At heartwoodrefuge.org homepage I have run out of space for 17-19 in screen on the navbar. I have decreased text, added negative padding to logo, and increased navbar height. Any suggestions besides reducing menu items?

    #865127

    ESHM
    Participant

    Edit: 14-17′ screen

    #865456

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .x-navbar .desktop .x-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    Hope it helps.