Message form icon button is very small on mobile devices

  • Issue description:
    The form looks fine on a webpage using the slide out setting with the round icon bottom right of the screen, but when viewed on mobile, the form text and round icon button are very small - ie it looks nothing like the preview in the form builder (I’m seeing it on on iPhone 6s and iPhone 11 Pro) I’m afraid most people will miss it. Is there any way to compensate?

  • Link to the page with the widget in question:

2 Likes

Good morning 3321 and welcome to the forum. They’ve helped me with my mobile issues so likely not a big deal to solve. Should be getting to you soon…

2 Likes

Thanks for the quick response, I’ll re-check after a while

1 Like

Greetings @user3321 :wave:

We are so glad that you’ve decided to join us! Welcome :tada:

Please try to add this code to the Custom CSS field on the Appearance tab and let me know if it helped:

@media (max-width: 475px) {
.global-styles, [class*="FloatingButton__FloatingButtonContainer"] {
  scale: 1.2;
}
1 Like