How can I adjust the size of my website's announcement bar?

Hi All,

I could now find the solution how to make a size of announcement bar smaller, at the moment it is too big for my style.

@Daria18 Hope you are doing well.

Could you please share your store URL? so can check and guide you accordingly

Hi @Daria18 , can you share store URL?

Hi @Daria18
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

https://18sparrows.com/

Hi @Daria18

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.utility-bar.color-scheme-3.gradient.utility-bar--bottom-border {
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
}

Result:

Best,

Liz

Thank you