Hey t1m0h ,
Thanks for reaching out to us! Unfortunately Buttonizer does currently not support vertically buttons, but we do have this feature-request high on our list.
Since we're working on our new editor, I can check with my team if it's possible to give this a higher priority. I'll make sure to update you as soon as I have more information for you.
In the meantime, you can try to use custom CSS with a custom class, but won't be able to view the results inside the editor. Add the following CSS to your site:
.buttonizer-rotated {
transform: rotate(-90deg) translate(0, 0) !important;
}
Then, go to the group settings, Style
and scroll down to Custom ID and class
. For the classname, enter buttonizer-rotated
.
Then go to the General
tab of the group and change the horizontal position
to 0%
(or 0px
). Then you can change the vertical position to where you want, I suggest around 40%
, but that's up to you 🙂
Let me know if this helps!