Change size of the chat icon on mobile

Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:

@media(max-width: 500px) {
  .global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    transform: scale(0.8)
  }
}
2 Likes