Okay
  Public Ticket #1175772
Blog Post Featured Image Size
Closed

Comments

  • Intelier started the conversation

    Is there a way to change the size of the thumbnail images on a blog page. The images take a little too much height for what I need.

    Thanks,

    Nate

  •  3,034
    Andrew replied

    Hi Nate,

    Thanks for your reply.

    You may use the following Custom CSS Code to accomplish this request. You may adjust the height value in the code below to suit your needs.

    /*Adjust The Size Of Images On The Blog Page*/
    body.page-id-16025 img.attachment-large.size-large.wp-post-image.auto-height{
        height: 250px;
    }

    You may add this to the Custom CSS Code section located by navigating to Salient>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    Please let me know if there are any more questions that I can answer for you.