Hi,
I'm trying to change the layout of the footer menu.
Goal is a look like the main menu (Item's in a row, not in a coulumn and transparent background).
I'm not getting forward.
Any hints?
thank you in advance,
Robin
PS: site is http://neu.edmb.de
.box_menu .foot > div {
background:none !important;
}
.foot .nav.menu li {
float:left;
width:auto;
margin:0 12px;
}