Want to add three column footer in a WordPress theme

Discussion in 'HTML & Website Design' started by suraj78, Mar 25, 2010.

  1. #1
    I am using FreshNews theme for my blog MachoArts.com and I want to add three column black color footer in this theme. I donno more about HTML etc. so any suggestions for how to do this?:confused:
     
    suraj78, Mar 25, 2010 IP
  2. HellBomb

    HellBomb Active Member

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    80
    #2
    Well I have never made a theme for wordpress but if you found the code snippet for the footer you can make a conainter for the footer then include 3 divs in that container something like the following.

    
    <div class="footer">
    <div style="float:left; width:33%;">info on very left here</div>
    <div style="float:left; width:33%;">Info in middle here</div>
    <div style="float:left; width:33%;"><info on the right here</div>
    </div>
    
    Code (markup):
     
    HellBomb, Mar 25, 2010 IP
  3. suraj78

    suraj78 Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hmm thanks dear, but my blog footer is encrypted. :(
     
    suraj78, Mar 25, 2010 IP