hallo,
ich nutze das mimbo-theme, auf das auch das vielleicht etwas bekanntere branford-theme aufbaut.
das mimbo-theme hat einen linksbündigen footer, ich möchte aber, dass der footer zentriert ist, was übrigens auch im branford-theme der fall ist.
leider tut sich da aber mal gar nix und der footer bleibt einfach linksbündigt...
hier die style.css:
PHP
#footer {
clear:both;
margin: 0 auto;
width:900px;
font-size:0.7em;
text-align:center;
padding-top:15px;
color:#b6b6b6;
}
#footer a {
clear:both;
margin: 0 auto;
width:900px;
text-align:center;
padding-top:15px;
font-size:0.7em;
color:#b6b6b6;
}
Alles anzeigen
Und die footer.php:
PHP
</div>
<div id="footer">
<?php wp_footer(); ?>
<a href="?page_id=86" title="Impressum">Impressum</a> |
<a href="?page_id=83" title="Kontakt">Kontakt</a> |
<a href="<?php bloginfo('rss2_url'); ?>" title="Alle Einträge als RSS">Alle Einträge als RSS</a> |
<a href="<?php bloginfo('comments_rss2_url'); ?>" title="Kommentare als RSS">Kommentare als RSS</a>
</div>
</body>
</html>
Bin für jede Hilfe dankbar!!
Schöne Grüße.
/simonmoon