Hi, I want to align the testimonial name left. But it’s very weird: some testimonial names are left aligned en some are centered. Now I see that when the name is short it is aligned in the middle and when the name is too long and on 2 lines the name is aligned left. I want it always to be left.
Can you help me?
Janneke
Hey Janneke,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.avia-testimonial-name {
text-align: center;
}
Please do not forget to flush cache.
Best regards,
Yigit
Hi! Thanks, but I dont want the text to be centered. I tried text-align: left but that doesnt work..
Hi,
Sorry, please use following code instead
#top .av-large-testimonial-slider .avia-testimonial-meta {
float: left;
}
After adding the code, please make sure to disable CSS file merging in Enfold theme options > Performance and save theme options, flush cache, re-enable file merging option and save once again.
Best regards,
Yigit
Yes, it’s working! Thanks a lot!!
What is the reason why I had to disable and than re-enable file merging?
Thanks!