Hi, I have strange problem: margin-top is not working for a element.
The html code is:
<div id="uppermenu">
<a href="<?php echo home_url( '/' ); ?>">home</a>
</div>
and css is:
#uppermenu {height: 40px; background: #000000;color:#ffffff;margin:0;padding:0;}
#uppermenu a{color: #ffffff;margin: 20px 0 0 200px;}
What am I missing? I guess as always it’s sth easy.