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
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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Thanks, www.analogmarketplace.com
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.
sorry can you try this code.
.supports-sticky .Header--transparent {
box-shadow: none !important;
}
I made it, itβs still there
can we content Any desk so i will check your desktop
How?
can you try this code
.shopify-section--header{top: -1px;}
yes, please try this code to disable product page sticky header
.template-product #shopify-section-header {
position: relative !important;
}