我正在处理这个 wordpress 博客http://www.taranmarlowjewelry.com/?page_id=7(在普通的网络浏览器上看起来不错)我尝试编辑 CSS,使其在 iphone 上看起来不错......我添加了这些行在我的 iphone css 文件中
.wrapper{
position:relative;
width:840px;
margin:0 auto;
}
.blog #page{
width:840px !important;
}
.blog #main{
width:840px !important;
}
.blog #primary {
width:220px !important;
}
.blog #content {
width: 220px !important;
}
.blog #secondary {
width:200px !important;
float:right !important;
}
但是博客和侧边栏之间有很大的空间,这个页面的宽度太宽了,而我的主页,关于页面看起来不错,.wrapper 的宽度为 840px;
这里出了什么问题?