ENVY theme: how to have images in a collection use less padding to the borders of the page

https://ffyhq99rzmx77e45-56842748069.shopifypreview.com

Inside the “collection list” and “shop the look” templates and basically most templates in envy, there is margins from the side of the page to the first image. Is there a way to make this hug the side of the page more? Can you also control the margins between the photos? Image attached to show what I mean (what these photos using almost the whole width of the screen and not having these margins. TIA!

1 Like

@bp23

sorry for that issue can you please try

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-index.min.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.homepage-section--featured-products-wrapper .container {
    max-width: 100%;
}
1 Like