Skip to main content

Incorrect Placement of the Online Chat on the Website

If the online chat on your website is not displaying correctly (in the lower left or right corner), it means your site’s styles are overriding the styles of the online chat.

To fix this, add the following code to your CSS:

iframe#teletype-widget-component-button {
left: auto!important;
top: auto!important;
}
iframe#teletype-widget-component-popup {
left: auto!important;
top: auto!important;
}
iframe#teletype-widget-component-invite {
left: auto!important;
top: auto!important;
}

Оглавление