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

    Hi

    I have an issue with the left margin of the ‘upcoming events’ column on http://www.shrewsburycricketclub.co.uk/ only when it is viewed on an iPad in portrait orientation. Use http://www.ipadpeek.com to see. It’s fine in landscape mode and all browsers.

    Can anyone suggest the code to fix this please?

    Thanks

    #192417

    Hey edfossie!

    It’s happening because those Twitter icons in that tweets links are pushing the list items to the left, add this to the Quick CSS or css/custom.css:

    @media only screen and (max-width: 990px) {
        .tp_recent_tweets {
            width: 140px;
        }
    }

    Regards,
    Josue

    #192838

    That’s great, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Margin issue in iPad portrait’ is closed to new replies.