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 */
}
thanks for help! I vote to add this option to settings!
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
Hey everyone!
During the development process, we came across a question regarding the request for adding badge alignment settings. Could you please clarify whether this setting is needed for embeddable or floating badges? Or maybe both?
The floating badge has a setting for the right/left alignment. Does it work for you, or you’d like it to be more flexible (with the opportunity to adjust right/left offset)?
Your feedback is much appreciated, as it will help us move forward more effectively