Add more space between top nav items - by walkerk2@mac.com

This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Jack Richardson

  • Avatar: walkerk2@mac.com
    walkerk2@mac.com
    Participant
    May 6, 2016 at 19:15

    Hi, how can I add more space between the top navigation words? I’d like them equally spaced across the top.

    I tried
    .menu > ul > li > a,
    #main-nav > ul > li > a {
    padding:12px 17px;
    display:block;
    font-size:15px;
    color:white;
    display:inline;
    }

    but this did not work

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 6, 2016 at 20:58

    Hello,

    Try to use this code in custom.css file:

    #main-nav > ul > li {
       padding-right: 33px;
    }

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.