Hello,
I’m trying to align the testimonial content to the center. on the desktop and tablet version it’s working perfectly fine, but on the smartphone it just looks weird.
Thank you for your time
Hey Arthith!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0 20px;
}}
Best regards,
Yigit
Nope didn’t work :/
Hi,
I’m not sure I understand exactly what you are looking to do there, could you post a screenshot highlighting your intentions please?
Thanks,
Rikard
This is how it looks right now, aligned to left
This is how i want it to be
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.avia-testimonial-image { margin: auto !important; }
.avia-testimonial-meta-mini { text-align: center !important; }
}
Regards,
Yigit
awesome it’s working thank you :)