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*

Thumbnail

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #82246

    Hello Team, how can i set thumbnail as square? cause I am using all Image as Square.
    it would be better for my site

    #82390

    Hi infoallindiandjsdrive,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .post-wrap .post-img-wrap:before,
    .page-single-img-wrap:before,
    .featured-stories .post-img-wrap:before,
    .site-footer .post-img-wrap:before,
    .site-footer .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    	padding-top: 100%;
    	display: block;
    }
    @media (min-width: 992px) {
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100%;
    	}
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    		padding-top: 100%;
    		display: block;
    	}
    }
    @media (max-width: 767px) {
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100%;
    	}
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    		padding-top: 100%;
    		display: block;
    	}
    }

    Thanks

    #82421

    Its Work.

    Thanks Team.

    #82433

    Welcome anytime @infoallindiandjsdrive

    #82466

    Hello Team.

    It does not work on Mobile Sidebar. but work on Pc and tab.

    #82561

    Please copy the code again and paste as instructed before. We have made some changes on the previous code.

    Thanks

    #82567

    Wow. Thanks Team. now its working fine.

    thanks again.

    #82580

    Great that it works.
    If you have any problem do not hesitate to contact us.

    Thank you!

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