Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655470

    I read through many tickets and thought this was the most useful: https://kriesi.at/support/topic/change-the-position-of-image-in-testimonial/#post-563372

    However, after implementing this I can’t see the logo, but feel like it’s there somewhere, perhaps out of frame? Hoping some quick CSS will bring it into view…

    Thank you!

    #655849

    Hey lzevon,

    You have following code in Quick CSS

    .page-id-28 .avia-testimonial-image, .avia-testimonial-image img {
        display: none;
    }

    Please change it to following one

    .page-id-28 .avia-testimonial-image, .avia-testimonial-image img {
        position: absolute;
    }

    Best regards,
    Yigit

    #655909

    Thanks, I did that to hide it until I could figure it out. I have that in place now with the other markup I needed to get the desired effect – thank you!

    #656050

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Testimonial image positioning’ is closed to new replies.