Stackable
Stackable copied to clipboard
Setting to align button/s in a column / Aligning buttons of multiple columns (without using CSS)
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:
- Add this Custom CSS to each Column block:
.stk-block-column {
}
.stk-block-content {
height: 100%;
}
- Select each Button Group block (you can use the Navigation panel to easily locate it)
- Navigate to the Block tab > Size & Spacing > Margins and then type in auto in the Top Margin field.