Impulse theme - Slideshow Max Width Setting/Code?

JonnySherlock
Tourist
8 0 2

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!

Replies 2 (2)

ZestardTech
Shopify Expert
5393 970 1291

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
JonnySherlock
Tourist
8 0 2

Genuis!!!

 

I could kiss you! thanks 😉