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 #3674377
Blog grid image size
Closed

Comments

  • sourav started the conversation

    The featured image of blogs are not showing fully in certain places like blog archives and in elementors penci design elements also.

    The images getting cropped from all sides

    How to make the full featured elements visible.

    Please look at the image attached below for better understanding.

    Attached files:  Blog image layout.png

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → Manage Image Sizes: turn on all the disable options in this panel.

    Regards,
    PenciDesign.


  • sourav replied

    Its still not working

  •  2,540
    PenciDesign replied

    Hi,

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

    .penci-image-holder {
      background-color: transparent;
      background-size: contain;
    }

    Regards,
    PenciDesign.