Impulse theme - Slideshow Max Width Setting/Code?

Hello Community!

This is my first post; I’m fairly new to Shopify but would like your help!

I’m building a store with Impulse theme. I’d like to set a max width on the slideshow element at the top of my Home Page as it stretches my images wayyyyyy to big when on a larger screen. On Mobile it looks great, but I’d like to have that clean margin down the page for all of my content when viewing on PC/Mac.

There’s no clear setting for my theme, but if anyone could assist me, I’d be very grateful.

Here’s the site: www.ladureeireland.com

Thanks!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
div#shopify-section-1621266641218511f4 div#Slideshow-1621266641218511f4 img {
max-width: 1770px;
margin: 0 auto;
}

Genuis!!!

I could kiss you! thanks :wink: