Forums

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

Home Forums CSS Footer Menu – No Dropdowns, All Inline Re: Footer Menu – No Dropdowns, All Inline

#137682
robertallen
Participant

.footer_menu {
margin: auto;
width: 90%;
}
.footer_menu li, .footer_menu ul {
display: inline-block;
list-style: none outside none;
margin-bottom: 5px;
}
.footer_menu li {
padding-right: 10px;
}
.footer_menu li a {
color: #373737;
text-decoration: none;
}
.footer_menu li a:hover {
text-decoration: underline;
}
.footer_menu ul li ul li {
padding-left: 10px;
}