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?
@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.
