Shopify themes, liquid, logos, and UX
Thanks in advance!
I am looking to change the starting point of my marquee announcement to the very left that works for both mobile and pc. Example shown below.
Example:
Solved! Go to the solution
This is an accepted solution.
Find the theme.liquid file and add the following code to the head tag
<style>
.announcement-bar{
justify-content: left !important;
}
.announcement-bar .marquee{
padding: 0 2rem !important;
margin: 0 !important;
}
.announcement-bar .enable-animation .marquee__content{
padding: 0 !important;
}
</style>
Hello, @MMast
Can you share your store url?
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag
<style>
.marquee__content{
animation-direction: reverse;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
The code you provided didn't work
Please change the code
<style>
.marquee__content{
animation-direction: reverse !important;
}
</style>
That work's for the marquee going right, is there a way to make it go left instead?
Do you mean the text is arranged from right to left?
In the image above I show where the text starts on my site, I would like the text to start in the box I drew going to the left.
This is an accepted solution.
Find the theme.liquid file and add the following code to the head tag
<style>
.announcement-bar{
justify-content: left !important;
}
.announcement-bar .marquee{
padding: 0 2rem !important;
margin: 0 !important;
}
.announcement-bar .enable-animation .marquee__content{
padding: 0 !important;
}
</style>
It is already
The code I'm using already has "left" at 0.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025