Stackable icon indicating copy to clipboard operation
Stackable copied to clipboard

Setting to align button/s in a column / Aligning buttons of multiple columns (without using CSS)

Open andeng1106 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Users are asking if there's a setting in Inspector where they can set how buttons will align inside a column. Related to this post: https://www.facebook.com/groups/wpstackable/permalink/1044829269738919/?_rdc=1&_rdr

Describe the solution you'd like Add a feature in Inspector where user can set how buttons will align inside a column

Describe alternatives you've considered A workaround could be:

  1. Add this Custom CSS to each Column block:
.stk-block-column {
}
.stk-block-content {
height: 100%;
}
  1. Select each Button Group block (you can use the Navigation panel to easily locate it)
  2. Navigate to the Block tab > Size & Spacing > Margins and then type in auto in the Top Margin field.

andeng1106 avatar Aug 05 '22 02:08 andeng1106