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*

Reply To: Font & spacing on menu bar

#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 !