Hi apostagratis ,
Thanks for reaching out to us and letting us know about this issue!
We are currently looking into this and how we can fix it but as a temporary solution, you can maybe use this custom CSS.
.buttonizer.buttonizer-group {
transform: translate(50%) !important;
right: 50% !important;
}
.buttonizer.buttonizer-group[class*=buttonizer-hidden] {
transform: translate(50%, 50px) !important;
}
Please let me know if this works for you! 😄