Okay
  Public Ticket #1677874
alignment of graphics
Closed

Comments

  • Morry Morgan started the conversation

    Hi,


    The image of the person in the Testimonial section moves further and further to the left with each new testimonial. How do I ensue it is centred?



  •  1,626
    Andrey replied

    Hello, Dear Morry Morgan!

    In order to fix this issue, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .fw-testimonials .fw-testimonials-avatar img {
        margin: auto;
    }
    

    Then save changes and check results at front-end.

    Best Regards!