Re: code to align center "Add to cart | Buy with shop | More payment options"? Trade Theme

Solved

code to align center "Add to cart | Buy with shop | More payment options"? Trade Theme

sam_8599
Tourist
13 0 1

Appreciate if someone can help with code to align center "Add to cart | Buy with shop | More payment options"? This is in Trade Theme

 

ATC.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9852 2344 2940

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-form__buttons {
    max-width: 100% !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1714493458808.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
9852 2344 2940

Hi @sam_8599 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
sam_8599
Tourist
13 0 1
Lizybety
Tourist
5 0 1
Made4uo-Ribe
Shopify Partner
9852 2344 2940

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-form__buttons {
    max-width: 100% !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1714493458808.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Lizybety
Tourist
5 0 1

I was about to post the same question, please if you manage to get an answer let us know. Having the same problem here. As you can see in my image "free shipping" is correctly aligned but not the "add to cart" button.....on the mobile is ok...my is the Dawn Theme1.JPG

Made4uo-Ribe
Shopify Partner
9852 2344 2940

Please, check the solution that i reply. I think it will work also in your store. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Lizybety
Tourist
5 0 1

It did worked on my store as well. Thanks this is a valid solution for Dawn Theme.