Tagged: testimonials
How can I fix the missing testimonialshttps://wordpress.infruid.com/ arrow on the mobile view?
Hey ymahesh,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a {
display: block;
}}
Best regards,
Yigit
Thanks alot, It worked. But how can I have those arrows in the center. Now its aligned to the first or second line of text
Hi,
Please change the code to following one
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a {
display: block;
top: 50%;
}}
Best regards,
Yigit
Thank you but it doesn’t align with the testimonial. Instead, it aligns with the whole layout and also there seems to a problem with the autorotation. It stops rotating after 3 or 4 times
Hi ymahesh,
I checked in browser emulators and on an iPhone, the testimonials keep rotating. Could you clear the cache and check again?
Best regards,
Victoria