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

    Hi,

    unfortunately the text widgets don’t display properly on iPad (portrait mode).

    This is how it should look like:

    http://prntscr.com/19msov

    This is how it looks on the iPad. There are letters missing:

    http://prntscr.com/19msw7

    Would be great if someone has a clue for that one. Thanks.

    Regards, Katharina

    #124022

    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

    #124023

    Thanks a lot – now everything looks fine, even on the iPad in portrait-mode.

    Best regards

    Katharina

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer widgets iPad portrait mode; text is cut off’ is closed to new replies.