Hi there,
I have a full width easy slider in my homepage BUT if I see it on mobile is a disaster.
I tried to eliminate the padding with:
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {padding: 0px 5px !important;}
and to enlarge the height, but the arrow the are behind the text!!
See link in the private content.
Is it possible someway to make the arrows “outside” the testimonial container?
Hey Arcatech!
try this code in Quick CSS field:
@media only screen and (max-width: 767px) {
.avia-testimonial-content {
width: 85%;
left: 23px;
}
#top .avia-slideshow-arrows a {
margin-left: -30px;
margin-right: -30px;
}
}
Best regards,
Andy
Thanks it works!
But as you can see there is still too much white space and irregular height.
You think is possible to enlarge the contet?
Hey!
Sorry for the late reply!
Please add following code to Quick CSS as well
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0px 10px;
}
Cheers!
Yigit
Thank you