All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
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?
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!
<style>
html, body {
overflow-x: visible !important;
}
</style>
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
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?