We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Making pictures smaller on desktop blockshop theme

Solved

Making pictures smaller on desktop blockshop theme

thirza
Excursionist
21 0 4

Hi,

 

When opening the shop on desktop, they  productpage pictures are very big (and therefore some get kinda blurry) and don't even really fit on the screen. Is there a way to make the pictures at least 1/4 - 1/2 smaller without losing quality? This is only a desktop issue, not a mobile issue. So we only want to adjust it for desktops.

 

Rosies | online jewelry (rosies-store.com) -> store

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

Hi @thirza,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

.modal--view {
    /* You can change this value to fit your preference */
    max-width: 660px;
}

 

Here is the result

BSSTekLabs_0-1720867975289.png

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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

View solution in original post

Reply 1 (1)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

Hi @thirza,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

.modal--view {
    /* You can change this value to fit your preference */
    max-width: 660px;
}

 

Here is the result

BSSTekLabs_0-1720867975289.png

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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