Hi, great theme, I am using it for my company’s blog.

I noticed that the right column is not displayed on iPad in landscape orientation. This is strange as it would fit inside 1024px. I solved this adding the clause „and (orientation:portrait)“ to the CSS:

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) and (orientation:portrait) { … }

but you may want to review this to be sure it works as you expect.

regards, VZ