Dawn theme product image customization

Solved

Dawn theme product image customization

Sivadarshan
Shopify Partner
215 1 30

Is that possible to create a product page images like this 

Screenshot 2025-01-09 121729.png

 

Reference Site: https://www.massimodutti.com/in/100-cashmere-fine-sweater-l00908333?pelement=42617108

Our website: https://2512in.myshopify.com/

Password: 2512

Accepted Solution (1)

Vinsinfo
Shopify Partner
468 160 162

This is an accepted solution.

@Sivadarshan Please follow below steps to update the images width as per the reference website. Let us know whether it is helpful for you.

 
1. Go to "Online Store" -> "Themes".
2. Click the "Customize "button from the current theme.
3. Go to the product page and select "Product information".
Vinsinfo_1-1736406541359.png

 

4. Select the "Desktop layout" to "Stacked".

Vinsinfo_0-1736406466003.png
5. Again on the product information section, scroll bellow and locate "Custom CSS" field. Paste below code on it like attached screenshot. Then save the editor.

 

.product--stacked .product__media-item {
  max-width: 100%;
  width: 100%;
}
.product__media-list {
  row-gap: 0px;
}
.product-media-container {
  border: none;
}

 

 Vinsinfo_4-1736407766639.png

 

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Reply 1 (1)

Vinsinfo
Shopify Partner
468 160 162

This is an accepted solution.

@Sivadarshan Please follow below steps to update the images width as per the reference website. Let us know whether it is helpful for you.

 
1. Go to "Online Store" -> "Themes".
2. Click the "Customize "button from the current theme.
3. Go to the product page and select "Product information".
Vinsinfo_1-1736406541359.png

 

4. Select the "Desktop layout" to "Stacked".

Vinsinfo_0-1736406466003.png
5. Again on the product information section, scroll bellow and locate "Custom CSS" field. Paste below code on it like attached screenshot. Then save the editor.

 

.product--stacked .product__media-item {
  max-width: 100%;
  width: 100%;
}
.product__media-list {
  row-gap: 0px;
}
.product-media-container {
  border: none;
}

 

 Vinsinfo_4-1736407766639.png

 

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support