Align button on collections page - debut theme

Solved

Align button on collections page - debut theme

EricaSmith91
Visitor
3 0 0

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

Accepted Solution (1)

AvadaCommerce
Shopify Partner
3879 839 985

This is an accepted solution.

Hi @EricaSmith91 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. 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.

banned

View solution in original post

Reply 1 (1)

AvadaCommerce
Shopify Partner
3879 839 985

This is an accepted solution.

Hi @EricaSmith91 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. 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.

banned