badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Featured Slider Dimensions

#65357

We have made the codes to decrease the height of Featured Slider in desktop, tablet and mobile size screen according to your site. So please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

.featured-slider.featured-slider-style-4 .post-img-wrap:before {
	padding-top: 35%;
	min-height: 550px;
}
@media (max-width: 767px) {
	.featured-slider.featured-slider-style-4 .post-img-wrap:before {
		min-height: 470px;
	}
}
@media (max-width: 575px) {
	.featured-slider.featured-slider-style-4 .post-img-wrap:before {
		min-height: 400px;
	}
}

Thank you