Manage the height (size) of the announcement bar

… as well as the alignment of the different elements (badge, text, button)

1 Like

Hi there, @Nicolas_d_ANDRE :wave:

Thanks a bunch for sharing your thoughts!

We agree that it would be awesome to have this option in the settings. If it gets more votes, we’ll try to consider it in the future :slightly_smiling_face:

As for now, you can change the height using this code in the Custom CSS field on the Style tab of your widget’s settings:

[class*="bar-elements__ElementsWrapper-sc"] {
  height: 64px;
}