0
votes

I am working in Debut shopify theme. I want to make the 4 images that are in a row larger.

My current page:enter image description here

My goal: enter image description here

I found a similiar question here:

https://ecommerce.shopify.com/c/ecommerce-design/t/solo-theme-change-product-image-size-on-collection-page-342056#comment-342234

but they are refering to another theme.

Any help would be greatly appreciated!

1
Can you provide a code or shop url?Prabin Sapal

1 Answers

0
votes

Go to Edit Theme>sections>collection-list.liquid

Find this line of code:

{% when '4' %}
  {%- assign grid_item_width = 'small--one-whole medium-up--one-quarter' -%}
  {%- assign image_size = '250x250' -%}

Change the 250x250 to your desired size.

Also in the debut theme there is a default page width so it may interfere with the look it seems you are going for unless you change that.