Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
How can I reduce the size of my Announcement bar or decrease the padding around the text? Thanks in advance.
Store is: https://b68e10-2.myshopify.com/
Hi,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css
.announcement-bar__message {
padding: 7px !important;
min-height: auto;
}