Tagged: sticky header
Hi i implemented this code to make the burger menue sticky:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
.responsive #top #main {
padding-top: 150px !important;
}
}
the padding doesnt actually change anything of the behauvior of the header?
The Burger Menu covers the headings of the pages…
How can i change it?
Hey thepash,
Can you disable caching and minification for now?
Best regards,
Victoria