Reduce size for whatsapp mobile floating button

Hi!
I would like to know if there is a way to reduce the size of the whatsapp floating button on my mobile version. I would like to have the same size of the messenger chat button already on the website.
My website is www.almulocojone.it
Thank you in advance :slight_smile:

1 Like

Hi @Vincenzo! We are so flattered that you joined us. Welcome to Community :tada:

Sure thing, I’ll be happy to help.

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

@media screen and (max-width: 480px) { 
 [class^="Bubble__BubbleComponent"] {
  transform: scale(0.7);
  transform-origin: 0 0;
}