Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Center the add to cart en buy now product button on Dawn theme

Solved

Center the add to cart en buy now product button on Dawn theme

Sauron6263
Excursionist
39 0 5

hello, i am trying to center the add to cart en buy now product button on Dawn theme, i did it with the price but i have trouble with those 2 buttons : https://mobilegear.fr/products/refroidisseur-de-telephone-wekome

That is my code working with the price but not the buttons :

h1,
.price,
.add-to-cart,
.buy-now {
text-align: center;
}
h1 {
text-transform: uppercase;
font-weight: bold;
}
h2 {
font-weight: bold;
text-transform: uppercase;
}

Sauron6263_0-1711631372309.png

 

Accepted Solution (1)

Raj-webdesigner
Shopify Partner
349 87 82

This is an accepted solution.

Add this css In your Base.css File

.product.product--small .product-form form.form {
    text-align: center;
    display: flex;
    justify-content: center;
}
.product.product--small .product-form .product-form__buttons {
    width: 100%;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


View solution in original post

Reply 1 (1)

Raj-webdesigner
Shopify Partner
349 87 82

This is an accepted solution.

Add this css In your Base.css File

.product.product--small .product-form form.form {
    text-align: center;
    display: flex;
    justify-content: center;
}
.product.product--small .product-form .product-form__buttons {
    width: 100%;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com