# Side by side buttons in Divi

 [Source: Divi Duck](https://dividuck.com/placing-divi-buttons-next-to-each-other/) 


![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1619571425076/yaksa6LXc.png)

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;
}
``` 

