Really weird CSS problem

Discussion in 'CSS' started by JamesD31, Feb 2, 2012.

  1. #1
    So I have the following website: http://www.itmustbecollege.com/

    and it has a problem SOMEWHERE that I can't seem to figure out. The problem is that all of my pages now have a big "space" on the far right, forcing a huge horizontal size.

    I have tried to debug but can't seem to find out the exact problem. It is weird, because certain parts of the website have a "width: 100%" yet ENDS at the correct look, yet there is still that huge space!
     
    JamesD31, Feb 2, 2012 IP
  2. radyb

    radyb Active Member

    Messages:
    278
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    61
    #2
    I can tell you are a beginer :))

    You ow me a beer;

    Here is your problem:


    ul#nav {
    height: 60px;
    list-style: none outside none;
    margin: 0 auto;
    width: 6820px;
    }


    You might want to put a width that is less than 6820px :)

    cheers
     
    radyb, Feb 3, 2012 IP
  3. radyb

    radyb Active Member

    Messages:
    278
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    61
    #3
    By The way, your website looks nice :)
     
    radyb, Feb 3, 2012 IP
  4. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #4
    Just put width: 100%; instead.
     
    wiicker95, Feb 3, 2012 IP
  5. play.f0r.b3auty

    play.f0r.b3auty Guest

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    not sure a begginer , could have put a zero(0) at the end by mistake ;) hehe
     
    play.f0r.b3auty, Feb 4, 2012 IP
  6. spesialis

    spesialis Member

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    Hey, nice website! great work!
     
    spesialis, Feb 4, 2012 IP