Hi,
i would like to be able to increase the size of the chat launcher button please?
Could you send me the CSS in order to do that?
Thank you!
Hi,
i would like to be able to increase the size of the chat launcher button please?
Could you send me the CSS in order to do that?
Thank you!
The code for other chats will work here too - Change size of the chat bubble
Awesome, I like the size of icon on desktop just the one on mobile needs to be larger. Is there CSS just for the mobile bubble?
Thank you,
Shawn Martin
FanYourLocal
Sure, here is the code:
@media(max-width: 500px) {
.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
transform: scale(0.8)
}
}