Anyone know how to make announcement bar bigger? I am guessing I need some code for the style.css

Announcement bar.jpg

Hi @Noblec

Would you mind sharing your store’s URL so we can assist on that?

Cheers!

Hello, I was able to do it by using this piece of code in style.css turbo theme.

.header .promo-banner{
padding: 18px 0 !important;
}

@media only screen and (max-width: 749px){
header .promo-banner{
padding: 14px 0 !important;
}
}