Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #364026

    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!

    #364523

    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

    #365082

    Thanks Ismael! Resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon List Formatting on iPad’ is closed to new replies.