How can I move the product description under photos in Shopify?

Hello everyone, I have a problem that I would like to move the product description to the left side below the photo
I am sending a screenshot for a better view

I tried
use this command in product.liquid

{%-if> product.description != blank -%}> >
{{ product.description }}>

{%-endif -%}

the only problem is that i have
colabsile row and when I slide them apart the description moves to the bottom of the page, how can I solve this?

Hi @Ava77

Dan here from Ryviu: Product Reviews & QA app.

Could you share your store URL to check?

@Ava77 You have to use this code after rendering the product image. You can use this code :

{%-if
product.description != blank -%}

{{ product.description }}

{%-endif -%}

Hi @Ava77 ,

Can you share with us your store URL and password (if any) so our team can check on that? We would love to provide you with a solution for your issues.

This is good code but the only problem is that i have
colabsile row and when I slide them apart the description moves to the bottom of the page