All things Shopify and commerce
How to achieve it?
https://fbbf11-37.myshopify.com/
Solved! Go to the solution
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
@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:
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
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;
}
}
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.
Contect On My Mail :-Mail@gmail.com
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.
Feel free to reach out if you have any questions or need assistance.
Best regards,
Darshan.
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
@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:
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
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;
}
}
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.
Contect On My Mail :-Mail@gmail.com
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025