Urgent! Navigation menu disappears on desktop browser disappears.

Hi

I am using Live theme.

My navigation menu when loading the website shows. After few seconds it disappears. However, if you take the cursor under the company logo where the navigation menu showed before disappearing. The cursor changes to finger sign and if you click you can access the navigation menu options. Note: recently I had to change the width of the page sizes to make my blog and other text pages wider.

So please resolve what could be the issue? please help resolve urgently.

here is the url: www.unigrocer.com

I may be losing store visits.

Many thanks

1 Like

@unigrocer

Welcome to the Shopify community!
and Thanks for your Good question.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header-sticky .site-header {
    top: 0 !important;
}