Hello,
i am using dawn 6.0.2 and I need to change the product page alignment so that the picture will be on the left and the product information text will be on the right side.
on dawn 7 you have this option but on 6.0.2 I cant find the solution..
can anyone help me with that?
Thanks
Hello @NoapeledMercier
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
Hello @NoapeledMercier
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
{% if template contains 'product' %}
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team