Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #875639

    hi, how can i center the customer review image in the compact slider here: https://imgur.com/a/nEFiE that it looks like this: https://imgur.com/a/2dvqp

    Greetings, Alexander

    #875846

    Hey diefleischerei,
    Try this code in the General Styling > Quick CSS field:

    .avia-testimonial-image {float: none!important; }

    Best regards,
    Mike

    #875872

    Much better, thanks Mike. Not really the middle but better. how can center the small arrow and the name of the customer?

    Thank you, greetings, Alex

    https://imgur.com/a/29NuJ

    #875874

    The same in responsive view :)

    https://imgur.com/a/VjOGI

    #876193

    Hi,

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

    .avia-slider-testimonials .avia-testimonial-arrow-wrap { 
         left: 47%;
    }
    

    Best regards,
    Yigit

    #878536

    Nearly perfect. Thank you Yigit. Is there a way to make it perfect? https://imgur.com/a/Qh1vd

    #878594

    Hi,
    Please try adjusting to 48%

    .avia-slider-testimonials .avia-testimonial-arrow-wrap { 
         left: 48%; 
    }

    From what I see the images are centered with the gray arrow at the bottom of the element, the small white arrows just need to go right a tad more.
    PS9_Bje_M
    To move their names over, add this code:

    .avia-testimonial-meta-mini {
            padding-right: 3%; 
    }

    Best regards,
    Mike

    #878610

    Thanks Mike, but it think there is something wrong with the code. the images are no circles…. https://imgur.com/a/LlhFm

    #878627

    Hi,
    There is a duplicate rule being applied, please try this code in the General Styling > Quick CSS field:

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

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.