Okay
  Public Ticket #1251225
featured image size
Closed

Comments

  • Zac started the conversation

    On the blog section of my website the featured images are displayed huge, even when the size of the actual image is quite small. Is there are way to make them appear smaller?

    (Because of the organization of my site, I made the blog section by inserting "blog element" into a a row.)

    This is the page I'm talking about: http://www.hablamejoringles.com/blog/

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    article.post .content-inner .post-featured-img img {
        width: auto !important;
    }

    Thanks


    ThemeNectar Support Team