Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #626786

    Hi

    I have a couple of issues with the testimonial grid.
    1) the logo image I insert gets scaled down that I loose part of the letters on the left and right of the image.
    2) how best do I align the images within the text area of the testimonial. Even when I sized them, they still do not align properly.

    Here’s the link to my web page: http://silviafindings.wpengine.com/testimonials (hosted on WPengine)

    I have included the username and passwords to get access to the site and page in the private area.

    Any help would be appreciated
    Lyse

    #628109

    Hey tremblayly,

    Thank you for using Enfold.

    It’s because of the border radius. Please add this in the Quick CSS field:

    .avia-testimonial-image, .avia-testimonial-image img {
        border-radius: 0 !important;
    }

    Best regards,
    Ismael

    #628295

    Hi Ismael

    The code resolved the scaling issue.

    What about question #2?

    Thanks
    Lyse.

    #628303

    Hi!

    Please add following code to Quick CSS

    .avia-testimonial-content img {
        min-width: 50%;
    }

    Cheers!
    Yigit

    #628348

    Hi Yigit,

    This helped. I can work with that.

    Thank you so very much
    Lyse

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonials Grid content element images and images within content’ is closed to new replies.