Floating Widget

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

Hi there, @Ekkehard :waving_hand:

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)