我的网站的左边距在 iPad 上不起作用(纵向模式)。它在横向模式下完全居中,但是当我将其转到纵向视图时,我的左边距似乎设置为零。你能帮我解决这个问题吗?
我的网站:www.inclouds.co.uk/test 我正在使用ipadpeek在 ipad 上查看我的网站:
对于我的 CSS 代码:
#container {
width: 990px;
margin: 0 auto;
position: absolute;
}
#header {
width: 990px;
height: 220px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
display: block;
}