How can I center the price and buttons in Minimal theme?

hi i want to center the price , size add to cart and the buy it now button . center it like the product title.

@nadavhalevi

Please share your store URL.

Ah-jewelss.com

@dmwwebartisan

@nadavhalevi

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

@nadavhalevi

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;}
}