-
Anve S. replied to the question Remove sticky header on mobile in the forum Boss. theme 8 years, 11 months ago
Hi @autobizchris,
Great 🙂
-
Anve S. replied to the question Remove sticky header on mobile in the forum Boss. theme 8 years, 11 months ago
Hi @autobizchris,
Try adding following css in custom css option of child theme.
@media screen and (max-width:479px){
#mobile-header {
position: static!important;
}
#inner-wrap {
margin-top: 0!important;
}
}
Regards
Anve