Hi,
i like to add a Logo under my subfooter. How can I do this?
Regards
Hey oneandonlyeric!
Look around line 128 in the footer.php file and you’ll see this.
<!-- ####### END SOCKET CONTAINER ####### -->
</footer>
Try adding your image above or below that. You can use this HTML to display an image.
<img src = "URL to your image" />
Best regards,
Elliott
Great :) works perfect! Another question: How can I add a picture on the top op the footer like it is here:
http://www.webdesignshock.com/wp-content/uploads/2010/07/Footer105_thumb.jpg
Regards
Hi!
You can add it to the footer above:
<div class='container_wrap footer_color' id='footer'>
On line 23.
You can add it inside a container like this:
<div class="container"><img src="http://www.webdesignshock.com/wp-content/uploads/2010/07/Footer105_thumb.jpg"></div>
Best regards,
Rikard
Thanks for quick reply, but now, how can the new container overlap the body? Now it only pulls down the footer and there is no overlap of the DIVs.
Regards.