Adjust Product Image Limits

Adjust Product Image Limits

martujv
Pathfinder
143 2 34

Hello!

 

Basically I want to adjust the limits of the product images on the product page on desktop only.

 

Right now it's reaching around 60% of the screen, starting from the left.

I would like the limit to be at 50% of the screen so it would look symmetrical.

 

I attach 2 images so it's easier to see

 

1. How it's looking right now:

(The red line shows the current image limit)

Captura de pantalla 2024-08-04 a las 11.20.43.png

 

2. How it should look:

(The blue line shows the image limit at 50% of the screen)

Captura de pantalla 2024-08-04 a las 11.22.16.png

 

My website is: https://n6ia1fdm0ovh4srq-60150284501.shopifypreview.com and my theme is Stiletto

 

Thanks in advance!!

Replies 4 (4)

Mehran_Ali
Shopify Partner
89 11 11

Hello @martujv 

If you want to divide the image and content col in 50 50% of the screen you can use this CSS 

.product .product__primary {
    grid-template-columns: 50fr 50fr;
}



If this solution helps you, kindly like this reply and mark it as a solution.

If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.

Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

martujv
Pathfinder
143 2 34

Hello! Unfortunately, it didn't work.

Mehran_Ali
Shopify Partner
89 11 11

Did you add this to your theme,CSS file or base.css file

 

If this solution helps you, kindly like this reply and mark it as a solution.

If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.

Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

martujv
Pathfinder
143 2 34

Theme css and custom css but nothing changes, I don't have base.css