I am trying to center align the “buy now” buttons below my products on my collection page. I found other results saying to add some code to the theme.scss.liquid asset but my theme doesn’t have that asset.
link to my page is https://scientiapet.com/collections/dog-collection
Hi @EricaSmith91 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.product-card {
text-align: center;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.