That solved the problem on the iPad, but created a new one on the iPhone, see image.
Without that code it displays fine.
However, just so you know, I also use the following CSS code for the iPhone to eliminate the wrapping problem of the testimonial title which I found in some other thread. Without this fix, the title is only a single line and doesn’t wrap:
@media only screen and (max-width: 767px) {
h3.spb-center-heading, h4.spb-center-heading {
white-space: normal;
line-height: 160%!important;
}
h4.spb-heading span:before, h4.spb-heading span:after, h3.spb-heading span:before, h3.spb-heading span:after, h4.lined-heading span:before, h4.lined-heading span:after {
top: 50%;
}
}
Attachments:
You must be
logged in to view attached files.