I want to have a fixed header on mobile. I foud this code in Forum:
@media (max-width: 979px) {
.site {
margin-top: 69px;
}
.x-navbar {
position: fixed !important;
width: 100%;
left: 0;
top: 0;
right: 0;
}
}
Is this right for my website (www.bargwillem.nl) and where do I put it?
