Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2214566
How to make post featured images smaller
Closed

Comments

  • peternaf started the conversation

    How can I make post featured images smaller by default? (Currently they take too much space and are too large)

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    .standard-post-image a {
        display: inline-block;
        max-width: 500px;
    }
    

    Change value 500 to value as you want.


    Best Regards,

    PenciDesign

  • peternaf replied

    Works! Thanks :)