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: How do I narrow the height of the Navigation area?

#13186

Hi Carol,

To change the height of my menu/nav. area and display Menu on one line vs. two Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

#access a {
    height: 40px;
    padding: 20px 0 0;
}
#access ul li ul {
    top: 60px;
}
#search-box {
    top: 60px;
}
.search-toggle {
    margin-top: 22px;
}
.menu-toggle {
    margin-top: 25px;
}
.hgroup-right {
    float: none;
    padding-right: 0;
}

Thank you!