Hi,
unfortunately the text widgets don’t display properly on iPad (portrait mode).
This is how it should look like:
This is how it looks on the iPad. There are letters missing:
Would be great if someone has a clue for that one. Thanks.
Regards, Katharina
Hi,
Please add this on your custom.css or Quick CSS
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1024px) {
/* Add your Mobile Styles here */
.iconbox .iconbox_content .iconbox_content_title {
margin: 0 0 10px 0;
letter-spacing: 0;
font-size: 13px;
}
.iconbox_content p {
font-size: 10px;
}
}
Cheers,
Ismael
Thanks a lot – now everything looks fine, even on the iPad in portrait-mode.
Best regards
Katharina