footer için tanımladığınız css kodunu yazarsanız düzenlemeye çalışayım...
footer a ekli bu linkleri footer widget aracılığı ile ekledim.bunu da belirteyim.
/*-[ Footer ]-------------------*/
body > footer {
overflow: hidden;
width: 100%;
background: #0a0d11;
}
body > footer .widget {
padding: 10px 0 0 0;
border: none;
float: left;
width: 100%;
}
body > footer .sidebar .widget .title {
font-size: 135%;
color: #fff;
}
footer .widget { margin-bottom: 0 }
footer .widget li a {
color: #8d8d8d;
font-size: 13px;
}
footer {
position: relative;
overflow: hidden;
}
.f-widget-sep {
float: left;
width: 20px;
height: 100%;
}
footer .container {
width: 100%;
border-top: 5px solid #f1f1f1;
}
footer p {
color: #aeaeae;
font-size: 14px;
}
footer a:hover, footer .widget li a:hover { color: #E91550 }
.footer-widgets {
overflow: hidden;
width: 1040px;
margin: 0 auto;
padding-bottom: 10px;
max-width: 100%;
}
.footer-widgets h3 {
color: #555;
font-size: 14px;
margin-bottom: 15px;
background-image: url(images/greylinespan.png);
background-repeat: repeat-x;
background-position: left center;
}
.footer-widgets h3 span {
background-color: #FFF;
padding-right: 15px;
}
body > footer .widget .textwidget {
font-size: 12px;
padding-top: 12px;
}