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 #2753200
Review Modue problem
Closed

Comments

  • Lordpkappa started the conversation

    The function Immage Size in the review module doesen't work, che immage size for Thumbnail, medium, large, ecc.. it's always the same, very small.

    Thanks for the support

    Patrick Grioni

  •  2,699
    PenciDesign replied

    Hi,

    It already works, but we've limited the width of the image.

    If you want to change the width of the image on the review box, please add more this code to Customize > Custom CSS:

    .penci-review-thumb{ width: 200px; }
    @media only screen and (max-width: 479px){
    .penci-review-thumb {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    }
    

    Change value 200 to value as you want for the image.

    Best Regards,

    PenciDesign