For my Gempage Sites, the Sticky Header does not work anymore
My Homepage is drezz.de. Can yall help me? @GemPages
HI @kasch
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file โ Save
[data-section-type=โheaderโ] {
position: fixed;
z-index: 1;
width: 100%;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Thx for the quick support. Sadly, the code didnโt do it
You can try again with this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag โ save.
[data-section-type="header"] { position: fixed; z-index: 1; width: 100%; }Hope that my solution works for you.
Best regards,
Victor | PageFly
If I type the code in Chrome, it works totally fine. But if I add it in the Theme-Code it does not appear on the element when I refresh
. Why could that be the case?
I got it to work, thx for the support!!

