Hi Toha ,
Welcome to the forums! 🥳
Great question!
I've updated the custom CSS to set it to a relative position.
Now if you change the height of the button, it should correctly adjust the spacing between buttons.
/* MAIN BUTTON */
.buttonizer .buttonizer-button.buttonizer-head {
width: 65px !important;
height: 65px !important;
}
/* SUB BUTTONS */
.buttonizer .buttonizer-button-list .buttonizer-button {
width: 60px !important;
height: 60px !important;
position: relative !important;
bottom: auto !important;
}
/* FLIP BUTTONS */
.buttonizer .buttonizer-button-list {
display: flex;
flex-direction: column-reverse;
}
Please let me know if this was what you wanted! 😁