Full width description below images for all free themes

Full width description below images for all free themes

If you have already been using newest Shopify's free theme, Dawn, you certainly did not fail to notice that its description naturally stays on the right side, without any options to move it elsewhere.

Although it may work for most cases, some entrepreneurs and designers find it more aesthetic to describe the product only after all images are seen. Therefore, moving it to the bottom, the same way it does on the mobile view, would fix the problem. This way you can focus on firstly captivating the customer's attention with images, and subsequently with words.

In today's tutorial I'll quickly show you how you can move the Dawn's theme to below the images and extend it to full width on desktop.

Making a backup of your current theme

Before diving into the tutorial make sure you download the theme, so in case you face any issues you can easily revert back.

Adding the code to your theme

  1. From your Shopify Admin go to: online store > themes > actions > edit code
  2. Find the file named exactly "main-product.liquid"
  3. Press CTRL + F (or command + F on Mac) and search for exactly this:

    </section

    
  4. You should find one unique occurrence, it would be this following tag:


    
  5. Now, paste the following code above the tag you found.

    gist


    
  6. This is how it should look like:

Conclusion

Excellent! This is it, you are good to go. Your mobile view will remain untouched while, on desktop, your products' description will show up below the images.

Back to blog