Okay
  Public Ticket #1105647
Recent Post Extra Thumbnail size
Closed

Comments

  •  2
    50pH started the conversation

    Hello ;

    SInce I upgraded to latest Salient version 8, the Recent post extra thumbnail size have changed, from originally 50 x 50px to 100 x 100px (see bottom of website's page). I searched, but couldn't find where to set it back to its previous size.

    Can you help me fixing that, please ?

    Thanks a lot

    SopH.

  •  3,030
    Andrew replied

    Hi SopH ,

    Apologies for the late reply.

    The theme does not use that 50 X 50 size anymore.
    To get those back to 50 X 50 you can use this CSS:

    .recent_posts_extra_widget .post-widget-image img{
        max-width:50%;
        margin: 0 auto;
        margin-bottom: 3px;
    }
    

    Hope that helps.
    You can add the CSS at salient \ general settings - css script related - custom css code.

  •  2
    50pH replied

    Hi Andrew ;

    It's okay for answering a bit late, I really don't mind. The important thing is that your little css trick works just fine, and that made me save time ;-)

    Thank you.

    Cheers

    SopH