mobile view
I don't know if anyone else has noticed but Vantage looks a little odd on an ipad or iphone. The content area, footer, and admin bar are all much shorter than the search and nav bar and the middle content. Anyway, in case this was bothering anyone else, I've been playing around with my child theme design (the one provided with vantage) and found that if you put these in the style sheet it seems to fix the problem;
Code:
#content {
min-width: 795px;
}
Code:
#footer {
min-width: 795px;
}
Code:
#post-footer {
min-width: 835px;
}
Code:
#wpadminbar {
min-width: 835px;
}
I'm not sure why there would be two different widths necessary but that's what worked for me. I'm also not sure if any of my other customisations are affecting these widths but you can play around with them until they are right.
Hopefully this will be fixed in the next update (although I did notice the same problem with Classipress which is in it's 3rd version so who knows).