How can I make my Gymuso 1.1.0 theme header scroll with the page?

Hello, i would like for the header of my store with theme gymuso 1.1.0 to also scroll when a page is being scrolled but instead it doesn’t, it just remains in one place

how do i fix that both for the desktop and mobile versions of my store?

my store link is www.theerosqupidplace.co.uk

Hi, @Nana72

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
.header-sticky.is-sticky{
    display: none !important;
}

there’s no section with theme.scss.css

the closest is theme.scss.liquid

plz, paste in that file.

it worked perfectly. Thank you so much