Website don't look correct in iPhone?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 05, 2012 9:10 am
Reply with quote
Report this post
When I view my website (http://goo.gl/k6qQN) in iPhone the site is a bit too zoomed in. I have to "help it" and zoom out the last bit myself. And when the website is all zoomed out the menu bar is not streching all the way to the edge. Are there anyone here who can try it and see what is not working as it should?

The site looks correct when I have my iPhone in horizontal position, but not in vertical.
User avatar
Senior Boarder

GK User
Tue Jun 05, 2012 10:50 am
Reply with quote
Report this post
Got it to work now. I had to add the following to mobile.css:
Code: Select all
body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body #gkPageTop {
  padding: 0px !important;
}

#gkLogo {
  padding-left: 35px !important;
}
User avatar
Senior Boarder

GK User
Tue Jun 05, 2012 10:49 pm
Reply with quote
Report this post
In general paddings for the body you can change in the tempate options in the "Layouts" tab.
User avatar
Administrator


cron