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
Hi onthespot!
Please use following code instead
.avia-testimonial-wrapper {
margin-top: 0;
}
Best regards,
Yigit
that’s great – worked perfectly – thanks – appreciate the quick reply.
is it easy to change the background colour on the bubble?
Hi!
Yes, please use following code
.avia-slider-testimonials .avia-testimonial-content { background-color: orange !important; }
Regards,
Yigit
that worked. thanks again.
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