Tagged: testimonial
My client would like the arrows that allow you to move between testimonials to still appear, even at smallest screen sizes. Can you please help me with the bit of code needed? Thank you!
Hey Alexa,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Yes. Thanks Rikard!
Hi Alexa,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top .av-large-testimonial-slider .avia-slideshow-arrows.avia-slideshow-controls a {
display: block;
color: #666;
}
}
If you need further assistance please let us know.
Best regards,
Victoria