Hi
I see today that the English side of my website: https://www.impactcrescendo.com/ has display issues on mobiles. It displays fine in French.
I did not change a thing.
Can you please help figure out what may have happened and how I can fix it quickly.
Thanks
Lyse
Hey tremblayly,
I checked both french and english in mobile, and it seems both have the same issue which is the text overflowing, try adding this css code in Quick CSS (located in Enfold > General Styling), add this on both languages:
@media only screen and (max-width:767px) {
#top .avia-slider-testimonials .avia-testimonial-content p {
font-size: 13px;
}
.responsive #top .avia-testimonial {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
Let us know if this helps, if there are other issues missed, please provide a screenshot or point it :)
Best regards,
Nikko