The nav bar is not aligning properly.Below is the screenie. Below is CSS code I am using to target. .navigation-m{ float: right; margin: 0 0 12px 50px; width: 470px; display: inline; background: #000; } .navigation-m span.nav-previous{ margin: 0 0 0 10px; padding: 0 0 0 16px; background: url(images/bg-older-posts.gif) no-repeat 0 3px; } .navigation-m span.nav-next{ margin: 0 10px 0; padding: 0 16px 0; background: url(images/bg-newer-posts.gif) no-repeat right 3px; } Code (markup): below is the html code. <div class="navigation-m"> <a href="http://localhost/wordpress/?paged=2"><span class="nav-previous alignleft">Older posts</span></a> </div> Code (markup): Please help it get resolved, ofcource you can expect +rep..