I have managed to align my site http://www.timoelshof.nl correctly for Ipad. Unfortunately, the size is a little too big for Ipad. I have tried to make the site smaller for Ipad with the help of this code but I'm getting stuck:
/* =Responsive Structure for ipad
----------------------------------------------- */
@media (max-width: 800px) {
/* keep the sidebar - this edit is for right sidebar only */
#page {min-width: 1000px;
}
.right-sidebar #main #content {
margin: 0 29% 0 1%;
width: 0%;
}
.right-sidebar #main #secondary {
float: right;
margin: 0 2% 0 0%;
width: 24%;
}
body {
padding: 0;
}