Hi,
Slide show images are very big in size and i would like to reduce the height of slideshow. Can anyone help me on how to reduce the height. Also Please let me know where to change in the code.
Hi,
Slide show images are very big in size and i would like to reduce the height of slideshow. Can anyone help me on how to reduce the height. Also Please let me know where to change in the code.
Hi @FreshKingdom
If you want to reduce the height of the slide
You can try follow this path:
Themes => edit code => asset => component-slider.css
and add this code to bottom of the file component-slider.css
change the 30 to the size you want
@media screen and (min-width: 750px){
.slideshow.banner--small:not(.banner--adapt) {
min-height: 30rem;
}
}
Thanks a lot for your guidance. @ExpertRookie
@FreshKingdom You are welcome
You’re a hero