here you go! just found the solution for this
@media only screen and (max-width: 767px) {
.header-scrolled #header_meta {
display: none;
}
.responsive #top #header {
position: fixed !important;
}
.responsive #top #main {
padding-top: 100px !important;
}
}
yours
Websi96