Display chat bubble in the middle right position (desktop)

Add the code below to the Custom CSS field on your Chat widget’s Appearance tab:

@media(min-width: 440px) {
.global-styles, [class*='FloatingButton__FloatingButtonContainer-sc'] {
top: 50%;
margin: 0;
margin-right: 20px;
}
1 Like