Make product images larger and description side smaller on product page

How do I make my product images (left side) larger and reducing the size/width of my product descriptions, variants, etc. (right side)

The first image is my store and the second image is what I want it to look like

Store link: www.revailco.com

Hi @Revail

You can update this with CSS - Go to your main CSS file, this should be theme.scss.css

Search for this class “.large–seven-twelfths” and update the flex and width.

You will want the image to have 70% or more and the right side 30% or less.

Also, ensure you update this for all the different viewpoints in the theme.

I can’t seem find it on my theme.scss.liquid file