Howdy there,
I'm Seth Rubenstein: web developer, designer, and gamer
Fix Nova Theme on iPad
If you’ve looked at your NOVA themed Tumblr on an iPad you’ll notice that it doesnt look quite right. The tags and dates go off the screen.
The below code will help you. Simply add it to your custom css.
@media only screen and (min-device-width: 481px) and (max-device-width: 799px) {
body { min-width: 1200px; } }