Can I adjust the announcement bar height in the Focal theme?

I would like to make the announcement bar height smaller - at the moment it is too big for my style.

Is it possible to do this?

Webside: https://nobox.shop

Thank you so much on advance!!

In your theme.css line 7050, you’ll see this,

.announcement-bar__message {
    padding-top: 5px;// adjust this
    padding-bottom: 5px;// adjust this
    text-align: center;
}

adjust the padding top and padding bottom as desired, that should fix the height

1 Like

@lunaworks Thank you very much! it worked perfectly