Divi buttons next to each other

by | Nov 27, 2022 | Divi

 

Table of Contents

Use this CSS

/*place button modules next to each other in the same column*/

.de-inline-buttons .et_pb_button_module_wrapper {
display: inline-block;
}
/*-

Row Class

Add this to the row containing the two buttons (in CSS class)

de-inline-buttons