Align chat to the bottom on mobile
# 🤝help
h
Hey guys my CSS is a bit rusty. I am trying to get chat messages to align to the bottom on mobile but I am failing. On Android using Chrome when the keyboard is visible it pushes messages to the top side of the screen and they are not visible. Can anyone help me with this?
a
Hey @helpful-vr-6699 I think the
bpw-chat-bubble-content
is the one that controls text inside chat bubbles, you can try adding some rules on that class to your CSS. Otherwise I'd recommend checking out https://botpress.com/docs/cloud/webchat-customization/overview/#styling-the-web-chat for a list of CSS classes used int he webchat
h
Great! Thank you for pointing me in the right direction I will explore this