Hi wazekbusiness !
What you can do is trying to set a background image instead an image as icon. This way the container will stretch the image fully to it's size.
Another way to fix this: Currently your theme sets a 'max-width' to the icon image which prevents the 70px
size you've set up, so what you can do is keep the image as an icon and add the following CSS:
.buttonizer .buttonizer-button img {
max-width: unset !important;
}
Second: If the user click at the button, I would love to hide the label. Pleaser let me know how I could do it.
Unfortunately, this is not yet possible, but it would be an interesting feature to implement at some point. We're also thinking about setting up different label text for the main button as soon it's opened/closed.
I'll make sure we'll discuss this in the team and I've added it to our feature requests 🙂