To add a margin of 5 pixels to all buttons used in your Avada WordPress Theme:
- Log into WordPress.
- Click on ‘Avada’.
- Click on ‘Theme Options’.
- Click on the ‘Custom CSS’ tab.
- In the text field enter the CSS
.fusion-button {
margin: 5px 5px 5px 5px;
}
Click the ‘Save All Changes’ button.