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: Padding on Menu and Page Title Wrap

#22822

Hi tking512,

To reduce the padding around the menu 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: 30px;
    padding: 0;
}
#access ul li ul {
    top: 32px;
}
.search-toggle {
    margin-top: 1px;
}
#search-box {
    top: 30px;
}

Thank you!