Change size of the bubble

Add this code to the Custom CSS field on the Style tab of your Click to Call widget’s settings:

.eapp-click-to-call-button-component {
transform: scale(0.8); /* Adjust the scale value to make it smaller */
}
1 Like