Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Convert Header Menu to Footer Menu Links Reply To: Convert Header Menu to Footer Menu Links

#157541
robertallen
Participant

It probably would help if I pasted my CSS, right? (Sorry about that)

#footer-menu {
text-align: center;

}

footer-menu, #footer-menu .sub-menu {

border: 0 none;
margin-left: 0;

}

footer-menu .menu-item {

display: inline;

}

footer-menu .sub-menu {

display: inline;
position: inherit;

}

footer-menu a {

border-bottom: 0 none;
color: #494B4B;
display: inline;

}

footer-menu a:hover {

color: #333399;

}