Scrolling Announcement Bar Not Working

Scrolling Announcement Bar Not Working

piecesofthem
Excursionist
14 0 6

I have a moving announcement bar which is working fine on desktop but doesn't seem to work on mobile - how can I fix this issue?

 

My website is: www.piecesofthem.com.au

 

Thank you!

Replies 4 (4)

sgtlab
Shopify Partner
61 3 2

Hi @piecesofthem 

I've quickly checked your store, and it seems like the announcement bar is working fine on both Desktop and Mobile.
Could you please explain in more detail what issue you're seeing on mobile?

s5.gif

- Need more help? Join us
- Helpful? Like & Accept the solution
piecesofthem
Excursionist
14 0 6

Thank you for looking into this for me! I just had another look and on the desktop it is fine, but when I go on to mobile it takes a long time for the scroll to start instead of starting instantly when the page loads!

Mustafa_Ali
Explorer
433 44 80
<style>
html, body {
    overflow-x: visible !important;
}
</style>

Mustafa_Ali_0-1745910857266.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

 

piecesofthem
Excursionist
14 0 6

Thanks for your response 🙂 Where exactly do I post this code? I've located the theme.liquid file, but do I just paste this code at the very beginning?