Hey Max,
the same thing as happening with the text like the write a message text was in the chat but now it’s in the message area the user receives - could you shoot me that CSS to fix that please?
2 Likes
Hi there, @Shawn_Martin1 ![]()
To fix the issue with the text alignment, please add this code to the Custom CSS field:
.es-message-content-container {
text-align: left !important;
}
Try it out and let me know if it worked ![]()
2 Likes
Thank you Max. I have one last one seems the Agent profile text is centered as well?
1 Like
Please try to use this code and let me know if it worked:
[class*="window-header__Title-sc"] {
text-align: left !important;
}
[class*="window-header__Caption-sc"] {
text-align: left !important;
}
1 Like
Yes that works.
Thank you.
1 Like
Great, you’re welcome ![]()