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/
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;
}