Hi Chris,
Can you share the page link so we can see the template you are using? We might be able to give you some custom CSS
Thanks
@quantumcloud
Hi,
https://nam-yang.com/
Please help to check how to change request and response bubbles to be aligned either left or right.
Meanwhile, I have another question, how to default open the chatbot diaglog and remember open state when navigating website?
Million thanks
Hi,
Can’t access your site. Probably country restricted. I will get back to you with some CSS after getting a VPN access.
To automatically open the ChatBot and maintain it open throughout the user session you need the WPBot pro version.
Thank you
Hi,
I have disabled the country restricted temproary, please check. And I have upgraded to WPBot pro version and where the option I can enable to auto and maintain open? Many thanks
Thank you. Please add the following CSS from WPBot Settings->Custom CSS and save. Purge all caches and check:
#wp-chatbot-chat-container {
left: 30px !important;
}
.wp-chatbot-board-container:after {
left: 0 !important;
}
.wp-chatbot-ball {
float: left !important;
}
.wp-chatbot-board-container:after {
border-right: 30px solid transparent;
border-left: 0 solid transparent;
}
Let me know if it works.
Thank you
@quantumcloud
Thanks for the css, but there may misunderstanding, the provided css only for the Chatbot icon and whole message window. I am meaning to change the message bubble of request by visitors and message bubble of response by Chatbot to exchage the alignment from right to left and left to right 🙂
Thanks
We are resolving this request in the ticket you opened.
Thanks