… as well as the alignment of the different elements (badge, text, button)
1 Like
Hi there, @Nicolas_d_ANDRE
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
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;
}