Hello
I’m using the Dawn theme and the product text is now on the side. I would like to have this below the image. Does anyone know how to do this?
Hello
I’m using the Dawn theme and the product text is now on the side. I would like to have this below the image. Does anyone know how to do this?
Hi @onderdelen ,
Can you please include the URL of your store? I’ll take a look for you before I can offer any solution/guidance. Thanks
Hey @UmairA ,
Thank you for your reply.
The url is https://onderdeelspecialist.myshopify.com/password
Password: Onderdeel
The text needs to be under the 2 grey colums
Hi,
You can follow the following steps to move the description under product images
Go to the file sections/main-product.liquid
{%- when 'description' -%}
{%- if product.description != blank -%}
{{ product.description }}
{%- endif -%}
{%- if product.description != blank -%}
{{ product.description }}
{%- endif -%}