Decreasing Slideshow Height Independently Of Other Slideshows - Dawn Theme

Solved

Decreasing Slideshow Height Independently Of Other Slideshows - Dawn Theme

Aaron-Mihell
Excursionist
23 0 7

Hi,

 

I have a slideshow at the bottom of my homepage, and I want to reduce its height on both desktop and mobile.

 

The issue is that when I edit the code to adjust the height of the slideshow, it also affects the height of the slideshow I have at the top of my homepage.

 

I want to independently adjust the height of the slideshow at the bottom of the page without affecting the slideshow at the top. The slideshow I want to adjust is just above the footer.

 

If anyone would be able to help me it would be much appreciated. I am using the Dawn theme.

 

URL: solaque.co.uk

 

Thanks,

Aaron

Accepted Solution (1)

DaisyVo
Shopify Partner
340 52 48

This is an accepted solution.

Hi @Aaron-Mihell 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

div#Slider-template--23721731359051__slideshow_g8riEn {
    height: 400px !important;
}

 

I hope it would help you 

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Explore other solutions
here. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
340 52 48

This is an accepted solution.

Hi @Aaron-Mihell 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

div#Slider-template--23721731359051__slideshow_g8riEn {
    height: 400px !important;
}

 

I hope it would help you 

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Explore other solutions
here. Live Chat Support is available 24/7.
Aaron-Mihell
Excursionist
23 0 7

That works perfectly! Thank you for your help, it's much appreciated.