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 #2357077
edit feature image size
Closed

Comments

  • kbsalmon3 started the conversation

    How do I edit the featured image size? It is far toe large on my website.

  •  2,699
    PenciDesign replied

    Hi,

    Can you tell me more detail about your question? Where do you want to edit featured image size? And how you want to change it?


    Best Regards,

    PenciDesign

  • kbsalmon3 replied

    When I am converting my image in Lightroom classic from a DNG file to a JPEG I specify that I want the picture to be no more than 1200 pixels wide (I let the program pick the ht) and the quality of image be 300 kilobytes. When I go into Soledad Food Theme, style 3 post format - the featured image is huge. I like the style of the post format, however I would like to make the featured image much smaller. Is that possible?

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Best Regards,

    PenciDesign