How to center Dawn Theme product information only + fonts and resizing menu buttons

Hello,

I want to change the alignment of the product information on my Shopify product page. The product description should stay the same.
Please view pictures, the first picture (with the blue) is my store and the second picture is how I want it to be displayed. Also, how do I change the Title font to make it look like that and how do I resize the menu buttons to make them big las seen on the second picture ? And does the text within the Menu buttons automatically resize to match the buttons ? I am very new to this. Kind regards.

@JustInCase-de - can you please share this product page link?

this is the link

https://justincase-de.com/products/the-north-face-handyhulle-iphone-11-puffer-case-fur-iphone-11-6-1-down-jacket-phone-case-mit-weichem-tpu-khaki

@JustInCase-de - add this css to the very end of your base.css file

@media screen and (max-width:749px){
.product__text {text-align: center;}
.price {text-align: center;}
.product__tax{text-align: center;}
.variant-radios, variant-selects{text-align: center;}
.product-form__input .select {margin: 0 auto;}
}

@JustInCase-de
put below css into theme.liquid file before closing tag


Thank you, that worked!

Its only the price tag that is still on the left ( https://justincase-de.com/products/the-north-face-handyhulle-iphone-11-puffer-case-fur-iphone-11-6-1-down-jacket-phone-case-mit-weichem-tpu-khaki ), how do i change that ?

Also, now that we have managed the centering, how do i change the menu buttons ?

Currently there are two menu buttons, add to cart (up) and go to checkout (below). How do I change it to only show one menu button, add to cart, and remove the other ? Also, I want to remove the product amount selection, only from the product page, but keep it within the cart section.

@JustInCase-de - did you add the given code? I do not see it in css file

yes, i copied and pastet at

Sorry, i have only changed it in my copy. this is the link. I copy and pasted as you recommended.

https://qrm7gamkovc0upis-64572260616.shopifypreview.com

@JustInCase-de - you can try my given code

Hi, thank you.

I tried it with your code, unfortunatly the price tag is still on the left. this is the preview link https://qrm7gamkovc0upis-64572260616.shopifypreview.com