January 12, 2016 at 10:39 am
#41239
Theme Horse Support Team
Keymaster
Hi Lee,
Thank you for the site URL.
Edit your custom CSS accordingly to the below one:
#access a {
height: 81px;
padding-top: 65px;
}
.search-toggle {
margin-top: 25px;
}
#search-box {
top: 100px;
}
@media only screen and (max-width: 767px) {
.menu-toggle {
margin-top: 57px;
}
#access a {
float: none;
padding: 10px 0;
height: inherit;
}
}
Thank you!