2013-07-30, 06:47 AM
I can't move the footer down about 10px and I tried using margin-top: 10px; and it won't work. Can anyone help me?
Footer:
CSS:
Website: http://ComingSoon.VisualizeEdits.com/
Footer:
<br />
<div id="footer">
<div id="footer_contents">
<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>
</div>
CSS:
#footer {
background:url(images/backgrounds/top_header.png);
border-bottom: 1px solid #003994;
height: 30px;
clear: both;
}
#footer_contents {
}
Website: http://ComingSoon.VisualizeEdits.com/