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 #3136900
Image sizes
Closed

Comments

  •  3
    laugher started the conversation

    How can I custom image size (not featured image)?

    Ty a lot


    6741550920.png
  •  2,242
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wp-block-image.size-large,
    .wp-block-image.size-large img {
        width: 100% !important;
        height: auto;
    }

    Regards,
    PenciDesign.