Increase image size of featured collection

theme: venture

site: gudhumn.com

How do I make the images in the Featured Collection bigger?

1 Like

@ghiawalker

can you try this

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-162518122969bc5e87 .page-width {
    max-width: 1350px;
}

Hi there. It didn’t make any difference.