Shopify themes, liquid, logos, and UX
Help! I need the announcement bar sticky on desktop and mobile, but can only seem to get it to work on desktop using the forums here. Can anyone help?
There is not a 'display' tab nor anything that says 'responsive' in the announcement bar settings.
Looks like you got this resolved! I'm having the same issue, how did you resolve?
Go to base.css and add the following snippet :
@media screen and (max-width: 640px) {
.announcement-bar-section {
position: sticky;
top: 0;
}
}
Just tried and it does not work. I left it published so you can check.
It seems that other code overwriting my code , add the following snippet :
@media screen and (max-width: 640px) {
.announcement-bar-section {
position: sticky !important;
top: 0 !important;
}
}
Doesn't work
Try this :
.announcement-bar-section {
position: sticky !important;
top: 0 !important;
}
exactly what I had before, sticky on desktop, but not mobile.
Did you ever get an answer to this?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025