Tool improvement: floating badge could be smaller on mobile
1 Like
Folks, our former Wishlist portal, where our users shared their requests and suggestions, was transferred to this forum. You’re most welcome to vote, add new ideas, and leave your comments here — we surely will consider them all!
Original Votes: 2
While this option isn’t available in the settings, you can adjust the badge size on mobile using this CSS code:
@media (max-width: 475px) {
[class^="BadgeContainer__Inner-sc"] {
transform: scale(0.7);
transform-origin: left bottom;
}
}
In the last line of the code, set your widget’s position right/left; top/bottom
1 Like
where do i put this code?
1 Like
Hey there @user11975
This code should be added to the Custom CSS field on the Style tab of your widget’s settings:
A post was split to a new topic: Adjust mobile appearance of the reviews badge