Re: Smaller subimages on product page in Dawn

Solved

Smaller subimages on product page in Dawn

Ontarni
Tourist
7 0 0
Click to expand...
In DAWN on the product page I would like to have subimages smaller and 4 in the horizontal row.

Currently it looks like this:
Screenshot 2024-06-27 3.32.53 PM.png


I would like it to look something like this:
Click to expand...
Screenshot 2024-06-27 3.32.53 PM (2) (1).png

How to achieve it?

https://fbbf11-37.myshopify.com/

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Ontarni

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Inside head tags. You need create style tags. After insert my code inside style tag

BSSCommerceHDL_0-1719492833907.png

 

@media only screen and (min-width: 990px) {
    .product--stacked .product__media-item {
        max-width: calc(24% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}

 

Here is result: 

BSSCommerceHDL_1-1719492881148.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Raj-webdesigner
Shopify Partner
363 90 90

This is an accepted solution.

Add this css in your edit code > base.css file 

.product--stacked .product__media-item:first-child {
    max-width: 100% !important;
}
@media screen and (min-width:1024px){
  .product--stacked .product__media-item {
      max-width: calc(20% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}
@media screen and (max-width:1024px) and (min-width:750px){
  .product--stacked .product__media-item {
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


View solution in original post

Replies 3 (3)

Darshanp712
Shopify Partner
138 21 19

Hello @Ontarni, There is a setting on the product page with which you can achieve it. please follow the steps below.

1. Go to the Online store.

2. Open customize theme.

3. Open the product page settings and see the screenshot below.

download (27).png

 

Feel free to reach out if you have any questions or need assistance.

Best regards,

Darshan.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution.

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Ontarni

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Inside head tags. You need create style tags. After insert my code inside style tag

BSSCommerceHDL_0-1719492833907.png

 

@media only screen and (min-width: 990px) {
    .product--stacked .product__media-item {
        max-width: calc(24% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}

 

Here is result: 

BSSCommerceHDL_1-1719492881148.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Raj-webdesigner
Shopify Partner
363 90 90

This is an accepted solution.

Add this css in your edit code > base.css file 

.product--stacked .product__media-item:first-child {
    max-width: 100% !important;
}
@media screen and (min-width:1024px){
  .product--stacked .product__media-item {
      max-width: calc(20% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}
@media screen and (max-width:1024px) and (min-width:750px){
  .product--stacked .product__media-item {
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com