hi i want to center the price , size add to cart and the buy it now button . center it like the product title.
Please share your store URL.
Please add the following code at the bottom of your assets/timber.scss.liquid file.
.template-product .product-single__prices {text-align: center !important;}
.template-product form {text-align: center !important;}
Hope this works.
Thanks!
thats work buy the size is still on the left @dmwwebartisan
@dmwwebartisan can you tell me how i center the “share this product” and the icons? face it tweet it
Please add following css code your css file
@media screen and (min-width: 769px){
.quantity-selector, .single-option-selector { text-align: center; margin: 10px auto;}
}

