Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #364055

    Hi

    Since I updated to the latest version of Enfold I now have the following issues regarding my site layout on TABLETS like Ipad Air when in portrait mode:

    Icon List text and special headings gets cut off and are not displayed fully – see Strategy and Planning page and the heading entitled PERFORMANCE on the Marketing Management page. Also screenshots are saved in the media library of the site see the first 2.

    Blog – the Twitter feed that I created from Twitter and embedded in the sidebar get cut off and not fully displayed. A screen shot is saved in the media library among the first 3 images.

    This occurs mainly on tablets like Ipads when in portrait and the responsive mobile site kicks in. I would be very happy if you could assist me with this my website is http://www.marvinmiller.co.uk.

    Thanks

    #364436

    Hi mrmmmiller!

    Thank you for using Enfold.

    Use this to fix the special heading:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    h1.av-special-heading-tag {
    font-size: 30px;
    }
    }

    I can’ t see the issue on the twitter widget.

    Best regards,
    Ismael

    #366202

    Hi Ismael

    Thanks for your efforts here all seems to be working fine except:

    Specifically on Ipad Air size screens displaying in portrait view the Icon List text and special headings gets cut off and are not displayed fully – see Strategy and Planning page

    If you can solve this you are the man!

    #366442

    Hey!

    Try with this:

    @media only screen and (max-width: 989px) {
        .iconlist_content *{
            font-size: 14px;
        }
        .avia-icon-list .iconlist_icon{
            margin-right: 15px;
        }
    }

    Regards,
    Josue

    #367041

    Job done Josue, you are the man.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Layout issues on the mobile site’ is closed to new replies.