Side by side buttons in Divi
Source: Divi Duck
Head over to Divi -> Theme Options -> Custom CSS (or if you have a child theme, in your style.css) and enter the following code:
.et_pb_button_module_wrapper {
display: inline-block;
}
divicode.hashnode.dev1 min read