Hi there,
I’m wanting to add some internal padding to the Testimonial Grid – Default Grid style.
And also center the ‘Name’ and ‘Subtitle Below Name’ elements. They are currently left-aligned in the center of the testimonial box.
Are you able to supply some CSS to do this, please?
Many thanks in advance!
Hey Suze,
Please try to add this CSS code in Quick CSS:
#top .avia-testimonial {
padding: 30px;
}
The default padding is 20px, just change it as you see fit.
If you’d like to use different padding for top/bottom and left/right use this:
#top .avia-testimonial {
padding: 30px 20px;
}
This second code is 30px top/bottom and 20px left/right.
Hope this helps.
Best regards,
Nikko
Brilliant – that worked perfectly. Thanks Nikko.
Do you also have some code to center the ‘Name’ and ‘Subtitle Below Name’ of this testimonial elements?
They are currently left-aligned in the center of each testimonial box.
Hi,
Add this to quick css:
.avia-testimonial-meta{
margin-left:0px!important;
text-align:center!important;
}
Best regards,
Jordan Shannon
That works perfectly – thank you so much for your help! Enfold Support are the best!
Please feel free to close this support request now : )
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon