Hi gamma42 ,
You can use this custom CSS to change the width and height of the buttons:
/* MAIN BUTTON */
.buttonizer .buttonizer-button.buttonizer-head {
width: 56px !important;
height: 56px !important;
}
/* SUB BUTTONS */
.buttonizer .buttonizer-button-list .buttonizer-button {
width: 40px !important;
height: 40px !important;
}
Simply copy and paste this into your site's Additional CSS and customize it to your liking! 😄
Let us know if you have any questions!