Dropdown menu on mobile isnt opening up correctly

Hey

I’ve got a little issue regarding my dropdown menu. It seems like the menu isn’t opening up correctly. Whenever I tap on it, the whole page seems to jump up or something rather than just normally dropping down. I’ve attached a small screen recording where you can see exactly what I mean.

I’d really appreciate it if anyone could find some sort of solution for this.

URL: jasaoslaj.com

Thanks!

Go to your Online store > Themes > Edit code > open styles.scss.liquid file, add this code at the bottom

#header.mobile_nav-fixed--true, .mobile_nav-fixed--false.is-active #header {
    position: unset !important;
}
1 Like