减少底部页脚区域

时间:2013-09-25 23:58:40

标签: html css

我正在尝试弄清楚如何减少购买的网页设计模板中的底部页脚区域。如果设计师回答任何问题,设计师需要花费很多时间来回答这个问题,这就是我正在寻找其他信息来源的原因。

我可以附上我想要减少的区域的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;

0 个答案:

没有答案