Hola rockstarts!
I’m switching to hamburger menu at 979 px by using your preset responsive breakpoints. There is an incorrect overlap exactly at 979px only. How do I fix that? Is that an error within the theme or did I mess up my CSS (more likely
)?
<3
Hamburger should be activated at 979px:
This is my CSS that seems to be wrong for the hiding points of the lower and upper background images:
/*
// Bacgr image responsive
*/
@media screen and (max-width: 978px) and (min-width: 0px) {
.headback.x-bg-layer-upper-image {
display: none !important;
}
}

