Hi there
I found that the testimonials on mobile devices were displaying in 1 very narrow column.
I found this post which really helped with the width of the text…
https://kriesi.at/support/topic/i-have-a-problem/
Only problem is that the left / right arrows are appearing under the text – is there any way to fix this?
Here’s a link to the page on our site (below).
Thanks
Mark
Hey Mark!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#top .avia-slideshow-arrows a {
margin: -30px -50px 0;
}
}
Cheers!
Josue