On my site I just noticed an issue with my icon list. I have an icon list with 3 columns on 2 different pages. Everything looks fine except on an iPad when the screen is in portrait mode. Some of the titles get cut off (See attachments) Can you please let me know how I can fix this in portrait mode only on the iPad? Thanks!
Hi djshortkut!
Thank you for using Enfold.
Decrease the font size when viewing on iPad screens:
@media only screen and (min-width: 768px) and (max-width: 989px) {
h4.iconlist_title {
font-size: 15px;
}
}
Regards,
Ismael
Thanks Ismael! Resolved.