Okay
  Public Ticket #1545599
Left featured image blog cropped
Closed

Comments

  • Anne-Laure started the conversation

    Hello,

    I try to figure out why the featured images of my blog posts are sometimes cropped and sometimes not on my blog page : https://www.anne-laureseret.com/blog/

    As you can see, the last image is cropped (or zoomed in) and we can't see what is written on it and it is a problem that I didn't have before.

    Thank you for your help.


  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .post-area.featured_img_left .article-content-wrap .post-featured-img {
        background-size: contain !important ;
        background-position: left !important;
        background-repeat:no-repeat !important;
    }

    Thanks


    ThemeNectar Support Team