0

我试图弄清楚如何减少购买的网页设计模板中的底部页脚区域。如果他回答了任何问题,设计师需要花费很多天来回答,这就是为什么我正在寻找额外的信息来源。

我可以附上我要减少的区域的 pdf,我还附上了 css 样式表中的一些信息,感谢任何帮助,我如何附上 pdf,我的网站 www.onesteptogether.com/topps

谢谢

在此处输入代码

/* footer */ 




#footer {
clear: both;
min-height: 100px;
padding:0 0 30px 0;
border-top:4px solid #333333;
background-color:#f0f0f0;


}
#footer .inner {
padding:20px;
border-bottom:1px solid #e1e1e1;
color:#666666;
background:none !important;



}
#footer .inner_top {
background:#ffffff !important;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border-bottom:4px solid #e1e1e1;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
position:relative;
top:-4px;
overflow:auto;
padding-top:15px;
}


.boxed #footer .inner_top {
top:0px;


}
#footer .column {
margin-bottom:15px;
min-height:348px;


}
#footer .column:first-child {
border-bottom:1px solid #e1e1e1;


}
#footer h4 {
color: #000000;
font-size: 21px;
margin-top: 0px;
margin-bottom: 20px;
padding:0 0 8px 0;
border-bottom:1px solid #e1e1e1;


}
#footer .column ul.footer_links {
margin:0;
padding:0;
list-style:none;
4

0 回答 0