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: Change Height of primary menu container

#41022

Hi Lee,

Please go to the Appearance > Customizing > Layout Options > Responsive Layout and ON the responsive layout and just paste the below code in custom CSS and remove your all code:

#access a {
    height: 45px;
    padding-top: 25px;
}
.search-toggle {
    margin-top: 25px;
}
#site-logo {
    margin-top: 18px;
}
#access ul li ul {
    top: 70px;
}
@media only screen and (max-width: 767px) {
    #site-logo {
        margin: 10px 0;
    }
    .menu-toggle {
        margin-top: 17px;
    }
}

Thank you!