X Y Position Offset

I would really love this widget to have a position offset feature. It’s very easy to choose a location for chat bubble which ends up covering other things such as; “back to top” button, social media icons, etc… I think X Y offset would be a great addition.

Greetings @Damian :wave:

Yep, this option would be a perfect addition to the app. We’ll try to consider this opportunity in our future updates.

As for now, you can use these CSS codes to change the position of your widgets.

Move to the left:

.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    right: 40px;
  }
  
[class^="Window__Component"] {
  right: 40px;
}

[class^="Window__WindowComponent"] {
  right: 40px;
}

Move to the top:

.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    bottom: 80px;
  }
  
[class^="Window__Component"] {
  bottom: 80px;
}

[class^="Window__WindowComponent"] {
  bottom: 80px;
}

Check it out and let me know how it worked :slightly_smiling_face:

Hi Damian :wave:

Happy to tell you that this option is now available in the widget:

Find more details in this post :wink: