我正在使用這個WordPress博客http://www.taranmarlowjewelry.com/?page_id=7(在正常的網頁瀏覽器上看起來不錯)我試圖編輯CSS,所以它看起來不錯,在iPhone上...我在我的iPhone CSS文件中添加這些行Iphone上的CSS Wordpress博客
.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;
}
但博客和側邊欄這個頁面的寬度之間的巨大的空間過大,而我的家,大約頁面好看在840px寬的.wrapper;
這裏怎麼回事?
哇這些都是很多'!important'關鍵字!儘量少用... – TheZ 2012-07-06 20:29:52
nope,沒有做任何事情:(但謝謝TheZ – user979331 2012-07-06 20:34:57
這不是一個解決您的問題,只是對您的風格的評論。 – TheZ 2012-07-06 20:37:25