How can I add white space under the 'add to cart' button?


Would like to have a couple of lines of white space below the ‘add to cart’ button. Anyone know how to do this? And where do I go in editor to apply change if you have answer for me. Thanks!

Hello @Bobbysgirl can you share the store URL?

https://www.farmhouse-primitives.com

@Bobbysgirl go to assets > timber.scss.css and put this css bottom of file

.template-product button#AddToCart {
margin-bottom: 30px;
}

THANK YOU SO MUCH! That did it.