You can try this if you like.
Place the following in footer.php;
<div id="footer">
<p class="copyright">Copyright © <a href="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> All Rights Reserved</p>
</div>
</body>
</html>
Then add this to the very bottom of your style sheet;
.copyright {text-align:center;}
If you decide to try it, please make a backup of your files first, just in case something goes wrong.
Thanks ClaytonJames,
The footer has my url as http:// shoppingresearch.co/Shopping%20Research
what do i remove to have it as http:// shoppingresearch.co?
Try removing everything that is presently in the footer.php file and copy/paste what I posted above at the top of footer.php and save. That should solve the problem. But just in case it doesn’t, make a backup first.