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: Slider and Entire Site’s Thumbnail Size

#88536

Hi infostringrecords,

Please go to ‘Appearance > Customize > Additional CSS’ and Paste the Below Custom CSS Code.

.post-img-wrap:before,
.page-single-img-wrap:before,
.featured-section .featured-slider .post-block .post-img-wrap:before,
.featured-section .two-column-featured-section .featured-post .post-block .post-img-wrap:before {
	padding-top: 100%;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
	display: block;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
	height: auto;
}
.featured-section .featured-post .post-img-wrap:before {
	padding-top: calc( 70% + 2px );
}
@media (min-width: 1200px) {
	.featured-section .featured-post .post-img-wrap:before {
		padding-top: 100%;
	}
}

Thanks