Set position of the widget to sit a little bit higher
2 Likes
Many thanks for adding this request, @user11426!
We’ll try to think over this possibility in the future. Meanwhile, this CSS Code should help you change the badge position, just add it to your widget Custom CSS section
[class*="BadgeContainer__Inner-sc"] {
top: auto;
bottom: 100px;
}
2 Likes