Welcome to the Community @Martin_Ruczizka
I share that this setting would be really helpful for many users. We’ll try to take this idea under consideration in the future updates.
As for now, you can set the badge alignment by adding this code to the Custom CSS field on the Style tab of your widget’s settings:
[class*="BadgeContainer__Inner-sc"] {
position: fixed;
bottom: 50px; /* Places the widget lower */
left: 100px; /* Positions the widget to the left */
padding: 10px;
z-index: 9999; /* Ensures it appears above other elements */
}