Ekkehard
(Ekkehard)
February 16, 2026, 6:28am
1
Hello,
I want adjust the position for mobile devices! The Support send me this CSS Code
@media (width <=480px) {
.es-badge-container {
left: -45%;
transform: scale(0.87);
}
}
@media (width <=400px) {
.es-badge-container {
left: -37%;
}
@media (width <=350px) {
.es-badge-container {
left: -20%;
}
}
And now it works perfect
1 Like
Max
February 16, 2026, 12:19pm
3
Hi there, @Ekkehard
I am happy to see that the CSS code provided by the Support Team worked great for you. However, I agree that it would be awesome to have this functionality available right in the settings.
We already have a request for this feature and you can upvote it here - Options to set different position on mobile and desktop (floating badge)