Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #342139

    Hello.

    I would like to remove the space where the image should be, in the Testimonials grid.

    How can i do this? So there is no space, and the text align with the text above?

    Example:
    Testimonials

    • This topic was modified 10 years ago by MediaKris.
    #342280

    Hi MediaKris!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-testimonial-image {
    display: none;
    }

    Regards,
    Yigit

    #343344
    This reply has been marked as private.
    #343345
    This reply has been marked as private.
    #343663

    Hi!

    Can you please post the link to your page where we can see an example?

    Best regards,
    Yigit

    #343907
    This reply has been marked as private.
    #345065

    Hi!

    Add this code to remove the left margin:

    .avia-testimonial-meta {
    margin-left: 0;
    }

    Best regards,
    Ismael

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