Badge off-set for horizontal and vertical alignment

Perhaps it would be nice if there was an off-set for horizontal and vertical alignment, sometimes you want the badge to be able to align just a bit higher or lower and more to the left or right.

1 Like

Hi there, @Daniel_Oostrum :wave:

Nice idea, thanks for sharing! If it gets more votes, we’ll try to consider this option as the setting in the configurator.

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

[class*="LayoutSidebar__Inner-sc"] [class*="BadgeContainer__Inner-sc"] {
margin-left: 20px;
margin-bottom: 30px;
}