How can I change product page alignment in Dawn 6.0.2?

Topic summary

A user running Dawn theme version 6.0.2 needed to change the product page layout to position the product image on the left and product information on the right. This alignment option exists in Dawn 7 but wasn’t readily available in version 6.0.2.

Solution provided:

  • Navigate to Online Store → Theme → Edit code
  • Open the theme.liquid file
  • Insert custom code before the closing </body> tag
  • The code snippet uses conditional logic to target product template pages

The solution successfully resolved the layout issue. A screenshot was included showing the theme code editor interface.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

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

https://pandacigars.com/

Pass

sawfri

Hello @NoapeledMercier

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. 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

That Worked!

Thanks!!