Reduce slideshow height in studio theme
Hi @Aadhiss ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-slideshow.css->paste below code at the bottom of the file:
slideshow-component .slideshow.banner {
height: 400px; /* Change this value to your desired height */
min-height: unset;
}
Hope my answer will help you.
1 Like