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: Interface Pro – My Logo is not in line with my Menu

#46375

Hi Daniel,

You have uploaded a big logo which pushes the menu bar and shows gap issue so to fix the logo as the logo you have uploaded Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

#site-logo {
    margin-top: 10px;
}
#site-title a img {
    max-width: 180px;
}

Thank you!