Hi guys,
on mobile testimonials I added to a site I’m doing show up incorrectly.
See here:
I’d like the testimonials text to show justified and occupying as much screen space as possible instead of going all vertical and on the left of the screen.
Can you help?
Hey Antonio,
I checked your front page on iphone6/chrome and it looks good on my end, I can’t see anything like your screenshot. In what device/browser are you getting this problem?
Best regards,
Rikard
Interesting :) Iphone 6
The testimonials on the homepage look good (http://villaitaly.fullybookedhome.com/) but the ones on the following page look as per screenshot:
Hi,
Ok, I see what you mean now. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-234 .avia-testimonial {
width:100% !important;
display: block !important;
}
}
Best regards,
Rikard
Awesome Rikard!
Problem solved, you can close the thread!
Thank you so much!