Shopify themes, liquid, logos, and UX
Hi,
The industry standard seem to be to have the product image on the left side, but dawn theme puts product images on the right side. Could someone tell me how to move the product images to the left side with thumbnails on the left? THANK YOU!!
website is wearlimelight.com
Solved! Go to the solution
This is an accepted solution.
Hi @limelight91 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file section-main-product.css
Step 3: Paste the below code at the bottom of the file -> Save
@media(min-width:767px){
.product.product--small.product--right.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet{
flex-direction: row-reverse !important;
column-gap: 8px !important;
}
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
its looking like 3rd app to do that, i don't know any option with that on dawn
Hello @limelight91 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.product__media-wrapper.small-hide {
order: -1;
padding-right: 5rem;
}
The result
Hope it helps!
Hi Zeno, unfortunately this did not work for me. I also tried to add !important to the code. Maybe I have other code preventing this from working?
This is an accepted solution.
Hi @limelight91 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file section-main-product.css
Step 3: Paste the below code at the bottom of the file -> Save
@media(min-width:767px){
.product.product--small.product--right.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet{
flex-direction: row-reverse !important;
column-gap: 8px !important;
}
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Oliver! This absolutely worked to move the image to the Left side!
Is there any way to add more space between the photo and the description?
I put a picture below to show how the image is too close to the text.
Also, is there a way to move the thumbnails to the left of the photo?
i changed this code (added 2rem) and it moved the text over! i just need help to move the thumbnails.
.grid__item. -->
.grid__item {padding: 0rem 2rem}.
Hi Oliver, in place of moving thumbnails to the left, do you know how to enlarge thumbnails to a larger size? I appreciate your help!
Hi,
Sorry for replying late. I checked and I see it worked fine
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi Oliver, Moving to the left worked, but I was trying to make the thumbnails larger if you know how to do that.
You can try
@media screen and (min-width: 750px){
#MainContent .thumbnail-list {
grid-template-columns: repeat(2,1fr);
}
}
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
can you help me in impact theme?
Never mind - I found the solution.
Display images of thumbnails to left side:
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025