When the ‘Collect Contacts’ skill is enabled, the chatbot Avatar attaches itself to the chatbot’s "Collect Contacts’ bubble instead of the chatbot’s answer bubble. See below. This makes the UI look awkward and out of place.
Can you guys look into that and advise? Fix appreciated.
In this case, we’ll need to adjust the CSS code that adds an avatar to the messages. Just to clarify, do you want to display an avatar only next tp the message above the form or should the message with the form include the avatar too?
The intent was to show an avatar for all bot messages and I see it’s currently missing from the first message.
The first message and the form message are considered two separate bot messages, so based on the current logic, the avatar should appear next to both of them.
Does this behavior work for you? I’m asking because you mentioned that you’d prefer the avatar only on the first message and not next to the form.
Thank you, @Max! That worked. May I ask you a favor? Can you sanitize (obfuscate) the URL inside the adjusted CSS rule you provided? Also, please consider updating your official post to reflect your adjusted CSS rules. Again, thank you!