Hallo,
wie die Überschrift schon beschreibt habe ich ein Problem damit meine Navigation im Footer der Seite zu zentrieren.
Code
/* Footer Navigation */
div#footernavi {
font-family: 'Gruppo', 'Arial';
font-size: 15px;
width: 280px;
height: 15px;
margin: 20px auto;
}
div#footernavi ul {
padding: 0;
margin: 0;
list-style: none;
}
div#footernavi li {
display: inline-block;
padding: 0 15px;
}
div#footernavi a {
font: 'Gruppo';
text-decoration: none;
letter-spacing: 0.1em;
color: #454545;
text-shadow: 0 1px 0 white;
}
div#footernavi a:active {
font: 'Gruppo';
color: #b8b8b8;
text-decoration: none;
letter-spacing: 0.1em;
text-shadow: 0 0 0 #b6b6b6;
}
div#footernavi a:hover {
font: 'Gruppo';
text-decoration: none;
letter-spacing: 0.1em;
text-shadow: 0 0 0 #b6b6b6;
}
Alles anzeigen
Links das Soll und rechts wie es aktuell ausschaut:
http://www.billbos.eu/forumbilder/footernavigation.png
Besten Dank !