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