Floating boxes left and right in wordpress theme

Discussion in 'CSS' started by dadaas, Apr 26, 2010.

  1. #1
    Hi,
    I would like to know how can i float my footer boxes with views, rating, personal menu to be floated left and right and not one after other.

    I use firebug and i m trying and playing with it for 1 hour and cant find solution.
    Please if someone know solution how to make each box in my footer to be left and right help.

    My blog is http://www.greatplaygames.com/blog/
     
    dadaas, Apr 26, 2010 IP
  2. Ulquiorra

    Ulquiorra Peon

    Messages:
    422
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You are using:

    #footer #subsidiary .aside {
    width:940px;
    }
    Code (markup):
    You should be using:

    #footer #subsidiary .aside {
    width:290px;
    }
    Code (markup):
     
    Ulquiorra, Apr 26, 2010 IP
  3. dadaas

    dadaas Well-Known Member

    Messages:
    1,298
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Thanks alot it worked like charm.
     
    dadaas, May 5, 2010 IP