Okay
  Public Ticket #175018
Featured image smaller on past page
Closed

Comments

  • Stefaan started the conversation

    Hi,

    I have used a Featured image in my post, but was wondering if there is some way to make it appear smaller on the actual post page.

    I have tried making the image smaller, but it keeps getting stretched proportionally.

    It looks good on the masonry blog page, but when clicking through it appears full size making me have to scroll to see the text of the actual plog post.

    Is there some way to change that ?

    Thanks a lot in advance,

    Stefaan

  • Stefaan replied

    I have set everything up on my Production server so you can have a look there too. http://www.whiskywithfriends.be

  •  8,838
    Tahir replied

    Hey Stefaan!

    Add this into the Custom CSS box located in your Salient Options panel, You can change the percentage as per your liking.

    .single-post article.post .content-inner .post-featured-img img {
    	width: 50%;
    }
    

    Cheers


    ThemeNectar Support Team