Change chat window width

Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:

.es-window-container {
  width: 500px;
}
2 Likes