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*

Top Stories Post – show Thumbnail Images in widescreen format

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85892
    jim-1334
    Participant

    In the Top Stories Post (at the top of the home page), it currently shows the Featured Image in a square format.
    However, everywhere else, it shows the images in their proper widescreen format.
    We should have the option to switch this image form factor from square to widescreen.

    #85893
    jim-1334
    Participant

    Example change option:

    .top-stories-bar .top-stories-post-img {
        height: 40px;
        width: 70px;
    #85894
    jim-1334
    Participant

    If possible, it would also be nice to have the widescreen thumbnail option in the Home Page Widgets, such as:
    Customizing > Widgets > Front Page Sidebar Section > TH Horiztonal/Vertical Posts

    #86085

    Hi jim-1334,

    To add the Featured Image Size option you really need to hire a developer as it will be the new feature for the theme but if you want to show the featured image as wide then please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .post-boxed.inlined .post-img-wrap,
    .site-footer .widget-area .newscard-widget-recent-posts .post-boxed .post-img-wrap {
    	height: auto;
    }
    .post-boxed.inlined .post-img-wrap:before {
    	display: block;
    	padding-top: 70%;
    }

    Thanks

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