Skip to content

Snippet: Center Bottom Footer Links

/*Center Bottom Footer Links*/
#footer-bottom-menu {
    text-align: center;
    float: none;
    position:relative;
    top: auto;
    right:auto;
    width: 100%;
    margin: 20px 0 0;
    height: auto;
    line-height: auto;
}
#footer-bottom-menu li {
    display: inline-block;
    float:none;
}
Back To Top