How Can We Help?
< Back
You are here:
Print

How to remove the option to open the chat in full screen?

By default, the chat can be opened in a separate window by any user. To remove the option to open the chat in full screen, add to your chat CSS this code.

.options-dialog .popup {   display: none !important; } 
remove full screen

Add this CSS code using the admin panel (see how in here for web CSShere for mobile CSS).

Categories