Hello,
can anyone help me to fixed the Position of the Countdown Timer If I am scroll down..
Goal: Keep a countdown timer fixed (sticky) while scrolling in the Shopify Prestige theme.
Proposed fix (accepted): Add custom CSS in theme.liquid (Online Store > Edit Code > theme.liquid) just above the closing tag to:
Outcome: The store owner confirmed the solution worked (“perfect”). The helper offered further assistance. No further issues were raised.
Notes:
Status: Resolved; no open questions.
Hey @MS2333
Follow these Steps:
<style>
.header {
padding-top: 80px !important;
}
section#shopify-section-sections--22687056101640__countdown_condensed_yrj8Kz {
position: fixed !important;
width: 100% !important;
z-index: 10 !important;
}
</style>
RESULT:
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
perfect, thank you that worked
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.