jmaids
1
My code is:
{% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
This is a gift?
{% if settings.cart_notes_enable %}
{% assign noteSize = cart.note | size %}
Add a Gift Message below
{{ cart.note }}
{% endif %}
and the gift box button is right on the edge, I want more white space around it. Same with the box the right hand side needs more space 
Thanks!
system
2
@jmaids
Give me your store URL,
I will solve it.
Hello @jmaids ,
Hope you are doing well.
You can add space around the gift box by adding padding through custom CSS code that you need to add to your theme file.
Please share your store URL so that we can check and can help you with sending the code to you that you can copy and paste it to your theme file.