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

    hi – i am building a home page for a client at http://rhmorton.com.gridhosted.co.uk/

    if you look at the content section under the main slider you will see that the top of the testimonials text border is about 30px lower than the top of the text in the left hand column which leaves quite a bit of extra white space

    how do i reduce the white space above the tesimonials bubble?

    i thought this might work – .avia-slider-testimonials .avia-testimonial-content {padding-top: 5px; } – but it didn’t.

    i can’t find anything in the forums so any help much appreciated

    thanks

    stefan

    #450704

    Hi onthespot!

    Please use following code instead

    .avia-testimonial-wrapper {
      margin-top: 0;
    }

    Best regards,
    Yigit

    #450718

    that’s great – worked perfectly – thanks – appreciate the quick reply.

    is it easy to change the background colour on the bubble?

    #450720

    Hi!

    Yes, please use following code

    .avia-slider-testimonials .avia-testimonial-content { background-color: orange !important; }

    Regards,
    Yigit

    #450731

    that worked. thanks again.

    #450735

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Vertical Spacing/Padding for Testimonials Slider within Column’ is closed to new replies.