At the moment, everything appears huge in big fonts and overall just takes up lots of space on my website for mobile
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: 4
For anyone using embed badge, while Elfsight Team is working on this feature, adding the following CSS code should help:
@media(max-width: 480px) {
[class*="BadgeContainer__Inner"] {
transform: scale(0.75);
}
}
2 Likes
Awesome. and Helpful GREAT !
2 Likes