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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025