Shopify themes, liquid, logos, and UX
Hi,
How can I increase the main image size?
My website is https://vinup.nl/en/products/springsteel and i am using the Origin theme
Solved! Go to the solution
This is an accepted solution.
First of all go to the Customize theme:
Open product from customizer and go to product:
Open Default Product template and explore the settings:
Set width of media from there, If you do not find these settings then Add the code i given below and you design will be same as you want.
If not solved by above scenario then use the code process.
Go to the CSS Code file > section-main-product.css
go to the bottom and add this code :
@media screen and (min-width : 990px){
.grid__item.product__media-wrapper{
max-width: 50% !important;
width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.product__info-wrapper.grid__item{
max-width: 50% !important;
width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
}
Then it will looks like:
If not resolved the issue message on given below
Hi @VinUp ,
Can you follow these steps:
Step 1: Go to Online store > Themes > Customize
Step 2: Search product page > Desktop media width
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @VinUp
check this one.
@media screen and (min-width: 990px) {
.product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
max-width: 50%;
}
}
This is an accepted solution.
First of all go to the Customize theme:
Open product from customizer and go to product:
Open Default Product template and explore the settings:
Set width of media from there, If you do not find these settings then Add the code i given below and you design will be same as you want.
If not solved by above scenario then use the code process.
Go to the CSS Code file > section-main-product.css
go to the bottom and add this code :
@media screen and (min-width : 990px){
.grid__item.product__media-wrapper{
max-width: 50% !important;
width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.product__info-wrapper.grid__item{
max-width: 50% !important;
width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
}
Then it will looks like:
If not resolved the issue message on given below
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025