Good morning,
I need to modify the general scale of the chat without losing buttons or functionality to reduce the chat width. I tried to reduce the width below 400px but part of the chat screen (buttons) lost.
I have tried to implement a dynamic wrap by css but I couldn't do it, and the only way that I have managed to reduce the size is using a horizontal scroll, but it's not really the solution I'm looking for, because in this way the chat is more complicated and less usable. The solution I'm looking for is the full screen of the chat(iframe) be displayed completely on a smaller scale. I want to know if it is possible and if there is any way to modify the css of the chat or modify the width to 400px decreasing proportionally, scale the buttons, font... because I need the size of the chat to be smaller.
Thank you very much.