The settings of our Chat apps allow you to increase the Vertical and Horizontal Offset of the widget up to 200 px:
However, if this limit isn’t enough, you can adjust the offsets using the CSS code below:
.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
bottom: 300px;
right: 300px;
}
[class^="Window__Content-sc"] {
bottom: 300px;
right: 300px;
}
Note: The code should be added to the Custom CSS field on the Appearance tab of your widget’s settings
Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions