February 25, 2016 at 1:34 pm
#42926
Theme Horse Support Team
Keymaster
@mail16 Sorry! Please add below Custom CSS too
.header-main {
margin-top: 155px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.hgroup-wrap, #access {
position: fixed;
}
.header-main {
margin-top: 0;
}
}
Thank you!