Adding space under slideshow in Impulse theme

Solved
Dtrachtman
Excursionist
24 0 11

I am trying to add a little white space under the homepage banner on my website. It is currently touching the images below it. I edited theme.css.liquid with this code but it made no difference:

.hero_image-wrapper {
padding-bottom:10px;
margin-bottom:10px;
}

Any ideas? thanks

Dan

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12265 2544 3678

This is an accepted solution.

@Dtrachtman 

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.slideshow-wrapper {
    margin-bottom: 50px;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)
dmwwebartisan
Shopify Partner
12265 2544 3678

This is an accepted solution.

@Dtrachtman 

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.slideshow-wrapper {
    margin-bottom: 50px;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Dtrachtman
Excursionist
24 0 11

You nailed it, thanks so much! The Impulse theme does not have theme.css though, it was under theme.css.liquid.

dmwwebartisan
Shopify Partner
12265 2544 3678

@Dtrachtman 

add css code your theme.css.liquid file and If helpful then please Like and Accept Solution

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Nick_Marketing
Shopify Partner
1487 336 459

Hi,

Try adding this code to the bottom of theme.css

#shopify-section-1525912530555 {
  padding-top: 20px
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).