Redesign product page layout

Hi, I want to redesign my product page layout. Here’s exactly what I need:

Current layout:

  • Left: Product images + thumbnails
  • Right: Title, description, variants, personalisation fields, price, add to cart, delivery info

Wanted layout:

  • Left: Product images + thumbnails + description (below images)
  • Right: Title, variants, personalisation fields, price, add to cart, delivery info

My theme files involved are:

  • sections/product-information.liquid
  • snippets/product-information-content.liquid
  • The _product-details and _product-media-gallery blocks

The description is currently rendered inside the _product-details block (right column). I need it moved into the left/media column, below the thumbnails.

I do NOT want to use a third-party app. I want a clean code edit to the theme files only.

Any help with the exact code changes needed would be hugely appreciated!

Hey @Charlotte99

Welcome to the community!

The type of modifications which you are requesting for, would probably require the collaborator access because no one can’t guess randomly what is in those files without looking at it.

I’m guessing your main goal is to only show the product description below the images which isn’t that difficult to do since shopify renders the product description with {{ product.description }}.

What you can do is either locate where your thumbnails are in those files and call the product description as mentioned above. OR just share the collaborator request code with me in my private messages if you want me to take care of it. Happy to do so.


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed

Hi @Charlotte99

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

share your store url and password. by just looking at the soruce code, we can find out what themes you are using along with configs.

And also give a detailed descriptions of what you want (possibly screenshots)