My layout goes to the right side when zooming out but not the footer?

Discussion in 'CSS' started by .KOA, Feb 3, 2010.

Thread Status:
Not open for further replies.
  1. #1
    I'm not too great at HTML or CSS
    I'd prefer it to be Liquid, but i'm having trouble getting to grips with what to do
    You can view the layout here:
    http://esp-rp.fsckservers.com/
     
    Last edited: Feb 3, 2010
    .KOA, Feb 3, 2010 IP
  2. learnwebsitedesigncom

    learnwebsitedesigncom Active Member

    Messages:
    264
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    If you want to center the content (the container, content and footer tags) you can add a margin with an auto value, for example:

    
    #container { width:1024px; margin: 0px auto; }
    
    Code (markup):
    The auto value will automatically center your divs.
     
    learnwebsitedesigncom, Feb 3, 2010 IP
Thread Status:
Not open for further replies.