Best Premium and Free WordPress Themes › Forums › Medical Circle › Front page Featured image reduction? › Reply To: Front page Featured image reduction?
April 1, 2019 at 4:42 pm
#49521
Keymaster
Dear Robinmorin,
You can scale the image size to make services visible by adding following CSS code. Adjust the height numeric value as per your requirement.
Appearance > Customize > Additional CSS
.image-slider-wrapper{
height: 61vh !important;
}
.image-slider-wrapper .slick-list,
.image-slider-wrapper .slick-track {
height: 61vh !important;
}
Best Regards!