Dawn 7.0 theme how to change the announcement bar width

Hello,

Just wondering how to change the announcement bar width so it doesn’t take up so much space?

Pic attached

Go to your online store → customize -settings → custom css and paste this code there

.announcement-bar__link {
    padding: 1px 0;
}
1 Like

Thanks that worked great!

1 Like

Glad to help you