我在這裏提供此網站是因爲Wordpress.stackexchange.com表示它不夠具體......請幫忙!兩種不同色譜柱尺寸的問題
我有一個網站here。
我正在嘗試調整中心列的大小,而且我很難。我曾經擁有過一切正確的東西,但是一位客戶進入並更新了一些東西,並且更新了CSS,我全都搞砸了。只是不知道在哪裏。
這裏有一個側邊欄部分的CSS ...
/** Sidebar *********************************/
.side-wrap {
width: 205px;
position:relative;
padding:0;
padding-top:10px;
margin-top:-10px;
z-index:1;
}
.side-wrap.left.border.bottom {float:left;background:url(images/content-border-d.png) right bottom no-repeat;}
.sidebar-content {
display:block;
position:relative;
height:auto;
width: 205px;
position:relative;
padding:0;
padding-top:10px;
margin-top:-10px;
z-index:1;
}
.sidebar-content ul li.sidebartitle a { background:none;}
.sidebar-content ul li.widget {clear:both;}
.sidebar-content ul li.widget:after { content: "."; display: none; clear: both; visibility: hidden; }
.side-wrap .border-wrap.left .sidebar-content ul .widget {padding-right:5px; width:335px; }
.side-wrap .border-wrap.right .sidebar-content ul .widget {padding-left:5px; width:200px; }
.sidebar-content ul .widget {padding-top:10px;padding-bottom:5px;}
.sidebar-content li {list-style:none;}
.border-wrap {
width: 100%;
position:relative;
height:auto;
z-index:0;
height:100%;
padding-bottom:25px;
}
然而,左側邊欄應該是335px和右側邊欄,在200像素,這也正是它在現在。
'class =「border-wrap right-in-full border bottom」'我會在哪裏糾正這個問題?它不在樣式表中?不知道如何到達HTML。 – webfrogs
對不起,但我怎麼知道如何到達你的HTML,你可以使用任何數量的系統,但你應該弄清楚。 – dezman
這不是多個系統。這是Wordpress。我的建議是正確的,並且在我在Chrome中進行調試時工作正常。我似乎無法弄清楚的是如何在後端進行上述更改。這是否更有意義? – webfrogs