Hi there,
I have a problem with the section “testimonials” it appears very squeezed on mobile devices.
Any hint on how to proceed?
Thanks a lot
Simone
Hey SimonePols,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .no_margin.av_one_third {
width: 100% !important;
}
}
Best regards,
Rikard
Thanks Rikard, problem solved!! :)