Product description shows only on right side - Theme Studio

Hi! We need help to move the description of the product under the photos, rather than to have it only on the right side of the whole page:

Can you help us? Thank you!

@Kislamurka ,

This will need complex instructions. You need a web developer to do this for you

Hi @Kislamurka ,

Please go to the sections > main-product.liquid file and follow these steps

  • Step 1: Find ‘product__description rte’ and remove code here:

  • Step 2: Find ‘product-media-modal’ and add code here:

Code:

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

        {{ product.description }}
      

    

{%- endif -%}

Hope it helps!

Thank you so much!

IT WORKED!

Oh. I thought bottom of the image only