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 #2303466
Featured Image Size
Closed

Comments

  • Malarkey_ started the conversation

    the featured images on my posts are displaying at full size. This is much too large for most posts. How can I make them smaller? Maybe make them not display at full width? 

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to make it smaller:

    .container-single .post-image{ max-width: 780px; margin-left: auto; margin-right: auto; }
    

    Best Regards,

    PenciDesign

  • Malarkey_ replied

    That worked like a charm! Thank you!