Change chat window width

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

[class*="window-transition__Container-sc"] {
  width: 500px;
}
2 Likes