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*

Slider and Entire Site’s Thumbnail Size

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #88501
    infostringrecords
    Participant

    how to set square thumbnail of Slider and Entire Site’s post?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.