how the heck do i add an image under my footer

Discussion in 'WordPress' started by leirza, May 20, 2012.

  1. #1
    hi, im trying to help someone out with their site as a favor..but its actually harder than i thought. im trying to get a little mini logo below their footer. and then have some space again before then soundcloud player, so it looks nice. heres the site: http://nennayvonne.com/

    can i just add the img src for the logo below the <div class="clear"></div>
    and then add another <div class="clear"></div> to give it more space again before the player?
     
    leirza, May 20, 2012 IP
  2. 5Twenty

    5Twenty Peon

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Depends on whether you want the logo to show up in the pink or under the pink. I am guessing you want it under the pink footer. If thats the case you can hard code and image in. Just put it between these two divs:

    <div id=footer></div><!-- /# footer -->
    <-- image file goes here -->
    </div><!-- /#container-bg -->

    This will keep your image centered on the page with the rest of the content area. If you are hard coding the image you will not need to put a div clear afterwards, the image will be a block. You may want to add some additional margin using css to that image, so give it a specific class type. That way it will not fall behind your audio player.
     
    5Twenty, May 21, 2012 IP