This problem was caused by my functions.php file. I don’t know how, but somehow I managed to fix this problem.
No. The problem is only on wordpress site. Other pages look normal. On ipad im using safari as my browser. But the weirdest thing in this problem is that other pages look fine, even when the wordpress site usea same css.
Ah. It was so obvious that I almost feel ashamed. Just wrote couple lines with css:
input[type=”text”], input[type=”text”], input[type=”text”] {
width:350px;
}
and saved it in mytheme’s style.css file.
Thanks, that helped a lot!
Change i needed to made really was:
#content {
margin: 0 auto;
}
and that fixed all the problems! 🙂