How to fix blank space above sticky header in Prestige theme?

Hello,

there is a blank space above the sticky Header on my Page. The theme is Prestige. Does anyone know how to fix it ? And is it possible to disable the sticky Header on the Products Pages?

Thanks in advance :slightly_smiling_face:

1 Like

@Birko

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Thanks, www.analogmarketplace.com

1 Like

@Birko

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

It happens only on PC, i tried it with Chrome and Brave. In both Browsers there is a blank space above.

1 Like

@Birko

sorry can you try this code.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.supports-sticky .Header--transparent {
    box-shadow: none !important;
}

I made it, it’s still there

1 Like

can we content Any desk so i will check your desktop

How?

1 Like

@Birko

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.shopify-section--header{top: -1px;}
1 Like

@Birko

yes, please try this code to disable product page sticky header

.template-product #shopify-section-header {
    position: relative !important;
}
1 Like