I would like to change my price location on product page to be on top of the “add to cart” button, and also would like to move that “valitse kuvasi” box a bit more upwards, to make some space for the price.
I would like to get this on both mobile and desktop views!
Looking forward to fixing this, and thanks in advance!
On your Shopify Admin > Online store, click on the three dots and “Edit code”. The code editor will open, and you will need to search for the file product-template.liquid file inside of the Snippets folder.
When the file is opened, search for the following code
{{ product_price }}
Move this code to line 599 of the file (If you are using versions 4.10.2/4.10.3), above the class “product-single__add-to-cart”.
In the theme editor > theme settings > custom style/script, you can add the following CSS to add margin above the price so it will add space between the “Valitse Kuva” button.