Hi,
I need to center two buttons in a color section. Can you please provide the code to do so?
Thanks!
I should add centered and next to each other.
Thanks
Hi,
Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike
Sure – below. Thanks
Hi,
I put the buttons in a div with the class “btns”, then I made both buttons position left, then I added this css to align center and add 20px padding between them.
.btns {text-align: center;}
.avia-button-left.avia-builder-el-4 {padding-left: 20px;}
please see screenshot in Private Content area
Best regards,
Mike
Perfect! Thank you!