Tagged: header
Hey guys,
I used your code in my Quick CSS for the header to be sticky across mobile devices.
However, it’s cutting off the top of my sliders/banners at the top of my pages.
See private Content for URL.
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: 82 !important;
}
}