beaucroft ,
/* Mobile position*/
@media screen and (max-width: 769px) {
.buttonizer.buttonizer-group {
right: 5% !important;
bottom: 5% !important;
top: unset !important;
left: unset !important;
}
}
This should let you move the button around on mobile.
Also, it will depend on where you group is at currently.
If your group is at the top left of the screen and you would like to use right and bottom, you need to unset top and left and vice versa.
Let me know if you were able to move it! 😁