Change width of message background

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

.es-message-background {
max-width: 70% !important;
}
1 Like