Tagged: testimonials
Hi
I have created this page with testimonials on it http://meetthemanufacturer.co.uk/visitors/what-people-are-saying/
Firstly I do i decrease the padding around each testimonial so that there is not so much white space on the page?
Secondly, i would like to page the photos of each person giving the testimonial about twice the size – how do it fo that?
Many thanks
Kate
Hey makeitbritish!
Thank you for using the theme!
You can add this on Quick CSS or custom.css to decrease the padding between testimonials:
.avia-testimonial-wrapper {
margin: 10px 0;
}
.page-id-3489 .column-top-margin {
margin-top: 10px;
}
Then use this to increase the testimonial images:
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
margin: 0 10px 0 0;
width: 80px;
height: 90px;
}
Cheers!
Ismael