How can I adjust slideshow height to fit phone screen in Dawn theme?

Hey,

I want to adjust the height of my slideshow. I want it to cover the phone screen completely so I have to adjust the height. The basic theme settings are not enough. Im sure I have to change something within in the code. Would be awesome if someone could help me!

Im using the dawn theme if that helps.

Can you share the link to your website please? This would make it a little bit easier for me to see what the problem is and guide you in the right direction.

Hey, sure

https://gadget-daddy.com/

there you go

Try this. In your customizer, click on your slider, scroll to where it says Add Custom CSS, and paste this in:

.slideshow__slide{
  height: 100vh !important;
}

Does that work?

1 Like

it worked. ty very much my G

No problem my man. Feel free to reach out again in the future if you ever need help with your store.

1 Like