Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

sominparate on "Can't center align footer content"

$
0
0

Replace your css with my css.this will help you.

#footerColumn {
margin: 0 0 10px 10px;
}

Next:

Remove width

#footer ul {
display: block;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

Remove float:left

#footer ul li{
clear: right;
display: inline;
font-size: 11px;
font-weight: bold;
line-height: 18px;
margin-right: 15px;
text-align: center;
}

This will might help you.

Thanking you.
Somin


Viewing all articles
Browse latest Browse all 13545

Trending Articles