please can the chat window be smaller no need to fill entire screen on phones
2 Likes
Greetings and welcome to the Community, @Moses
In the title of your topic, you’ve mentioned an option to end the chat per user request. Glad to we are currently working on this feature. Please upvote this idea to receive a notification once the feature is released - End Dialogue Option
As for the chat window size on mobile, please use this code in the Custom CSS field on the General tab of your widget’s settings:
@media (max-width: 500px) {
.es-window-container {
width: 300px;
height: 500px;
margin-top: 450px;
}
With this code you can change the chat window width, height and top margin to display it closer to the bubble. Try it out and let me know how it worked
1 Like
Just in case, here is the code for more detailed customization of the chat window on mobile view - Change the size of AI Chatbot's window size (Mobile only)
1 Like