What model is your ipad? I’ve tried your site in different online simulators and they all look like the screenshot. As for me, I won’t have an iPad for another 2 weeks.
Feel like testing out a modified stylesheet for the theme?
Open your stylesheet and find line 2977 that starts off like this:
@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left: -20px;
*zoom: 1;
}
Make the 768px as 640px and then test it in your ipad.
IMPORTANT: Make a copy first of your existing stylesheet as a backup.