Guys - I have searched the forum but can’t find a way to align buttons vertically. Ideally, I’d like the button to clear so that it renders on a new row (vertically) vs. being placed beside the other (i.e, side-by-side). Any help?
Hi There,
Thanks for writing in!
Please add this code to element CSS of the button, and adjust the width of the button as per your requirement.

$el{
display: block;
}

Hope this works for you.
Thanks
Yes, sir. That works. Thank you.
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.