Hi, I’ve set my options to have a fixed header in the customizer. Everything works as expected on desktop. However when I transition down to tablet or mobile, the header is no longer fixed. Therefore, the user must scroll all the way to the top to access the menu. When I looked in inspector the I see this media query that seems a little surprising.
@media (max-width: 1152px) {
#masthead.cryout #site-header-main {
position: relative;
}
}
Is there a reason the menu stops being fixed after desktop?