Change size of chat window (width and height)


it would be desirable to be able to change the dimensions of the widget.

1 Like

Hi there and welcome aboard, @Nektar_and_Ambrosia :waving_hand:

Thanks a lot for the feedback!

I agree that it would be amazing to have an option to change the height and width of the chat window right in the settings. We’ll try to think about this opportunity in the future, especially if more users support the idea :slightly_smiling_face:

As for now, you can change the width and height of the chat window using this code in the Custom CSS section on the Settings tab of your widget’s settings:

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

.es-window-container {
  height: 900px;
}
1 Like