I’m trying to format the widget on my website to align left, but it doesn’t seem to work. It’d be great if we can set alignment for the widget content right in the settings.
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 */
}
1 Like
thanks for help! I vote to add this option to settings!
3 Likes
2 posts were split to a new topic: Change the position of Reviews badge on mobile
Great news: this feature request is in the Design stage now!
We’ll keep you updated on the progress