Hi,
My testimonials look to long and narrow in portrait view on ipad.
I tried to fix it with this css but it’s not working:
@media only screen and (max-width: 767px) {
.responsive .avia-testimonial-wrapper, .responsive .avia-testimonial-row, .responsive .avia-testimonial {
display: block !important;
}
#top .no_margin.av_one_half {
width: 100% !important;
}
}
any suggestions?
Thanks,
Lisa
Hey sundara88,
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:989px){
.responsive #top #wrap_all .flex_column.avia-testimonial {
width: 100%;
display: block;
border-right: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria