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 #2135268
the "featured image" in the "Unique Posting Options" it is not responsive
Closed

Comments

  •  1
    aldemifr started the conversation

    Hi,

    Good Morning! 

    I need a little help solving the problem with the "featured image" in the "Unique Posting Options", Model 6

    The problem is that the rectangle containing the Featured Image, it does not shrink along with the image, it is not responsive See attached images. How can I solve this with a CSS?

    Thank you.

  •  501
    Penci replied

    Hi,

    Please  send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a look on this help you.

    Best Regards,

    PenciDesign

  •   aldemifr replied privately
  •  501
    Penci replied

    Hi,

    I logged on your site. I will check and respond as soon as possible

    Best  Regards,

    PenciDesign

  •  501
    Penci replied

    Hi,

    I checked and fix it on your site with custom css 

    media screen and (max-width: 768px) {
    #main .penci-entry-media {
        height: auto;
    }
    }

    Best Regards,

    PenciDesign


  •  1
    aldemifr replied

    I thank you immensely :)!!!