badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Font & spacing on menu bar

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24994
    kimpatt
    Participant

    Hello there,

    I’m trying to adjust the spacing above and below my menu. I’d like to also make the font larger. This is what I was trying to do — you’ll see why it doesn’t look very nice.

    menu

    How do I get more white space above and below the words and make sure that they’re centered vertically?

    Here is the code I currently have in my Custom CSS:

    #content ol a {
    color: #343284;
    }

    #content ol a:hover {
    color: #595959;
    text-decoration: none;
    }

    /* unvisited link */
    a:link {
    color: #333280;
    }

    /* visited link */
    a:visited {
    color: #333280;
    }

    /* mouse over link */
    a:hover {
    color: #595959;
    }

    /* selected link */
    a:active {
    color: #333280;
    }

    #access li {
    margin-right: 65px;
    }

    #access ul li ul li {
    margin-right: 0px;
    }

    #25028

    Hi kimpatt,

    To have the more white space above and below the menu paste below code in the custom css:

    .hgroup-wrap {
        padding-top: 25px;
        padding-bottom: 75px;
    }
    #access {
        margin-bottom: 70px;
    }

    And to make the font larger for the menu paste below code in the custom css:

    #access a {
        font-size: 26px;
    }

    Thank you !

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