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
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
That’s great, thanks.