Align button vertically

Hi,

This seems quite basic, but for some reason theme-x doesn’t offer the choice of placing buttons on top of each other (vertically aligned), without adding CSS code in each button. Is this true?
I saw this solution in the forum for a similar problem, even though it works it align the button to the center of the column. which is not what i want. I want to keep them aligned to the left.

$el{
  display: block;
}

Theme X has the Flex option (a bit everywhere) to choose to display the elements horizontally or vertically, so in something as basic as button, (the default option is just not common) that option was not available, I prefer to think that I didn’t look properly or I missed something.

Please tell me there’s a simple way of doing it without adding CSS in ALL buttons?

Thank you

Hi @PanInternational,

To make your buttons appear on top of each other, please add clear element in between your buttons.

Hope this helps

Thank you :heart:

You’re always welcome!

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.