Main menu disappearing

My online store main menu header keeps disappearing when i scroll down my website. IS there a code for it? Any help please. https://www.diversifiedgiftsonline.com/

  • Here is the solution for you @Alyssa4965
  • Please follow these steps:

Updating Media

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.headerisstuck .topbar{display: block!important;}
  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

I only have this in my website, and i’ve pasted it in my theme.css or where can i paste the code

any solution to help me please

Hi @Alyssa4965

You can update your theme.css.liquid and add the following

.headerisstuck .topbar {
    display: block !important;
}

Thanks

It’s still the same please