Swap Product Description with Recommended Products (Dawn)

Hello,

I’m trying to swap the position of the product description text and the ’You may also like’ product section. So that the product description is under the product images and the recommended products are where the product description is right now.

Because you can’t set the recommended products to the position they’re in right now I needed to use this code for it:

{% if template contains 'product' %}
   
   
{% endif %}

how it looks now:

goal:

Thanks for helping! :slightly_smiling_face:

@manbru I hope we can solve this with a liquid code structure,

Thanks! Here’s my store also: https://r1vex.myshopify.com/products/emil-randig-strandstol-taupe

@manbru you need to add a new div under the product image,


  {{ product.description | escape }}

Okay, I added that code inside main-product.liquid as you can se here:

But it didn’t work and now my product page looks really bad

@manbru put it under the {% render ‘product-image-gallery’