Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #633922

    I’m curious to learn how I can increase the picture of the person in the grid testimonial element please

    would it be:

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

    ?

    Thank you

    #633999

    Hey Nathan!

    border-radius is there, to make the image been a circle, so if you have to remove that to make it bigger then it works for you yes.
    Let us know if that is not exactly what you need or you need something else

    Best regards,
    Basilis

    #634012

    I have:
    .avia-testimonial-image img, .avia-testimonial-image {
    border-radius: 60px;
    }

    in Quick CSS

    and when I see on the main page
    http://vitalthrive.us/

    The testimonial pictures are still the same size and don’t seem to have increased size yet?

    #634482

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-testimonial-image {
        width: 100px;
        height: 100px;
    }
    

    Best regards,
    Yigit

    #634744

    When I see the size of the images for the grid testimonial have a larger size from the code you provided I feel thankful because this has met my need for reassurance people can see the people now!

    thank you

    #635115

    Hi,

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Increasing Grid Testimonial Image’ is closed to new replies.