Website not properly displayed.

Discussion in 'HTML & Website Design' started by JohnS0N, Aug 25, 2008.

  1. #1
    I changed the theme on this website approx. two weeks back and haven't even noticed these 3 major issue that I have... the website is in my signature, but I attach here 3 screenshots that explain my problems.

    [​IMG]

    [​IMG]

    [​IMG]

    Thanks in advance!
     
    JohnS0N, Aug 25, 2008 IP
  2. gameOn

    gameOn Member

    Messages:
    624
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    35
    #2
    was this a custom made theme or a free one ? anyway it can be fixed, let me knw if u need any help
     
    gameOn, Aug 25, 2008 IP
  3. JohnS0N

    JohnS0N Notable Member

    Messages:
    1,581
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    210
    #3
    It's a premium theme, but I've customized it myself...anyhow I haven't changed anything in the comments section as this seems to be the error. PM'ed you.
     
    JohnS0N, Aug 25, 2008 IP
  4. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I am guessing the comment box has a set width that is larger than the page.
     
    LeetPCUser, Aug 25, 2008 IP
  5. JohnS0N

    JohnS0N Notable Member

    Messages:
    1,581
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    210
    #5
    It's set at 100%... so should be the same as the post div. I don't know why overflows then.

    <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
     
    JohnS0N, Aug 25, 2008 IP
  6. mupha

    mupha Peon

    Messages:
    115
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Add this to your stylesheet and it should fix it (did on my browsers at least):

    textarea#comment { width: 100%; }
     
    mupha, Aug 26, 2008 IP
  7. JohnS0N

    JohnS0N Notable Member

    Messages:
    1,581
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    210
    #7
    Thanks for all the help, I have found out the issue a few moments ago. As suspected it wasn't really a fault in the design. As it turned out, a plugin for wordpress was causing this issue, called paginated comments. I have disabled it and everything works normal now.
     
    JohnS0N, Aug 26, 2008 IP