Hello!
I made a little CSS for mobile only.
It looks like this: http://prntscr.com/16976jx
Enjoy:
@media (max-width: 990px) {
.buttonizer-group{
left: 50% !important;
bottom: 0% !important;
flex-direction: row-reverse !important;
margin-left: -84px !important;
}
}
Don't forget to adjust margin-left to place your buttons centered. -84px is for 3 buttons (56x56px size).
Regards:
Tom