Set position of the widget to sit a little bit higher
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;
}
Hey everyone!
Great news - we’ve introduced flexible position for floating badges ![]()
Now you have full control over their position — set them to the left, right, center, top, or bottom of the page.
You can also adjust the vertical and horizontal offsets using slide controls. And if the maximum slider value isn’t enough, simply input your desired offset manually for even more precision:
We’ve also released a bunch of other cool features for the Badge layout. Check this post for more details - Reviews: [MAJOR UPDATE] New badge designs, flexible position adjustment, display triggers and more!![]()

