themovation / th-widget-pack

Theme Widget Pack
19 stars 6 forks source link

Button widget alignment #82

Closed teaganm closed 7 years ago

teaganm commented 7 years ago

Currently in our button widget, each button has its own alignment option. I think it makes more sense to have just one alignment option for both buttons together.

@adiraomj Can we change that so that there is just one alignment option in the widget? I think having it below the 2 button input sections would be best.

Then instead of outputting classes like:

btn-1-align-left btn-2-align-right

It could be just one of these classes output:

th-btn-align-left th-btn-align-center th-btn-align-right

Thanks!

ryanlabelle commented 7 years ago

I've added this to the button widget. Cheers.