Hello, I want to make the bar smaller and more condensed, how do I do this?
@timelessracing please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.announcement-bar{padding: 8px 0 !important;}
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file app**.css** and add this code at the end of the file
.scrolling-text--inner.direction-left {
padding: 5px !important;
}
Result:
Best,
Liz
thank you this worked, can you please help me with my other problem? It is the question I posted right before this.

