Add space between the buttons rich text dawn theme

Hi, I created a rich text with 4 buttons, how do I add some space between the buttons so they are not all together as one block? I still want them in the same line.

https://lepetitmacaronshoppe.myshopify.com/pages/cupcakes-more

password heugli

1 Like

@urbantis

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--14417844568107__16456300173ce5fcd0 a.button.button--primary {
    margin-left: 5px;
    margin-right: 5px;
}
1 Like

Thank you!