So, I have implemented our chatbot but on our website the widget looks different than in the test environment. The implementation is done in WordpPress using the footer.php method.
What I don’t understand is (1) why the message counter is clipped and (2) why the quick replies are bold even though this is not in my CSS.
In the past, I’ve played around with this CSS but I’ve left it out since. It’s like it still remembers and applies somehow.
This is my added CSS code at the moment (and I have no JS code running):
It is better in the sense that the clipping is gone and so are the bold letters, obviously given the CSS. But as you can see there is still clipping with the input text and the send button is not round as it should be.
This issue appeared because of the conflict with the styles of your website. We’ve added one more CSS code that fixes the issue with the Send Message button and clipping input text: