How to align the footer
-
I need help aligning the footer
Here is my CSS:
body, h1, h2, h3, h4, h5, h6, blockquote, p {
margin : 0;
padding : 0;
}
body {
margin : 0;
font-family : Arial, Helvetica, Georgia, Sans-serif;
font-size : 12px;
text-align : center;
vertical-align : top;
background : #ffffff;
color : #000000;
}
h1 {
font-family : Georgia, Sans-serif;
font-size : 24px;
}
a:link, a:visited {
text-decoration : underline;
color : #336699;
}
a:hover {
text-decoration : none;
}
p {
padding : 10px 0 0 0;
}
#container {
float : left;
width : 500px;
}
.post {
padding : 10px 0 10px 0;
}
.post h2 {
font-family : Georgia, Sans-serif;
font-size : 18px;
}
.entry {
line-height : 18px;
}
p.postmetadate {
border-top : 1px solid #ccc;
margin : 10px 0 0 0;
}
.navigation {
font-size : 14px;
font-weight : bold;
line-height : 18px;
}
.sidebar {
float : left;
width : 240px;
background : #eeeeee;
margin : 0 0 0 10px;
display : inline;
}
.sidebar ul {
list-style-type : none;
margin : 0;
padding : 0 10px 0 10px;
}
.sidebar ul li {
padding : 10px 0 10px 0;
}
.sidebar ul li h2 {
font-family : Georgia, Sans-serif;
font-size : 14px;
}
.sidebar ul ul li{
padding : 0;
}
table#wp-calendar{
width : 100%;
}
#footer{
align : bottom;
padding : 10px;
}Here is what i am getting:
http://tinypic.com/view.php?pic=33vlxck&s=5
(The copyright is my footer)
Thanks
The topic ‘How to align the footer’ is closed to new replies.