Using a button row element, light transparent, extra large in a color section with small padding. It seems like the button element has a default 5% bottom margin that I’d like to remove so that the buttons will be vertically centered in the section.
Hey msrun101,
Add this to quick css:
.avia-button.avia-size-x-large{
margin-bottom:3.5%!important;
}
Best regards,
Jordan Shannon