August 8, 2016 at 10:11 am
#46375
Theme Horse Support Team
Keymaster
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!