Non minimized AI

How do I make a non minimized ai chat?

1 Like

Happy to see you in our Community! Welcome, @Tony_Phillips :waving_hand:

You can hide the Expand/Collapse button in the chat window header using the code below in the Custom CSS field on the General tab of your widget’s settings:

.es-header-button-size {
  display: none;
}

And here are the codes to change the chat window size:


Give it a try and let me know if you like the result :wink:

1 Like