Try moving in the footer the copyright line up like :
<div id=”footerleft”>
<p>© 2010 <a href="http://jvazjrsblog.com"><strong>Jvazjrs Blog</strong></a> All Rights Reserved <small>-- Copyright notice by <a href="http://www.blogtrafficexchange.com/blog-copyright">Blog Copyright</a></small></p>
<p>Powered by <a href="http://www.wordpress.org/">WordPress</a>.</p><p>Theme: <a href="http://samk.ca/freebies/free-wordpress-theme-blacksplat/">BlackSplat</a>.</p>
</div> <!-- Closes footerleft -->
<div id="bottomcurve"></div>
Have to tried moving the two copyright lines into the footerleft div?
Michael
You could also change the CSS for the #footerleft margin to 0 and that should move it over.
Michael
Try putting the copyright inside span tags like:
<span style="float: left">COPYRIGHT STUFF HERE</span>
Thread Starter
jvazjr
(@jvazjr)
i am using a plugin for the copyright
You should have mentioned that upfront. Then you need to edit the plugin. The rest of what was written above was a waste of people’s time.
Thread Starter
jvazjr
(@jvazjr)
i was able to move the copyright down a little without editing the plugin
then do the same thing you did above to move it down.
either adding:
padding-right: 10px;
or
margin-right: 10px;
Thread Starter
jvazjr
(@jvazjr)
i tried that and it didnt work