Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #398333

    Hi,

    i like to add a Logo under my subfooter. How can I do this?

    Regards

    #398495

    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

    #399207

    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

    #399462

    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

    • This reply was modified 9 years, 9 months ago by Rikard.
    #399527

    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.

    #399731

    Hi

    Can you post the link to your website please?

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.