Forums

[resolved] Page scrolls far to the right - how can I fix this? (4 posts)

  1. ilovehorror
    Member
    Posted 4 years ago #

    Greetings all. If you'll head on over to my site, http://www.ilovehorror.net, you'll see how it scrolls wwwwwwaaaaaaaaaaaayyyyyyyyyyyy over to the right. How can I fix this? I am a total CSS newb and jumped right into this knowing absolutely nothing.

    Also, if you'll notice the "Recent Comments" you'll see how the text flows out of the frame and into the grey. How would I go about making it to text that is too long wraps onto a second line?

    Many thanks in advance.

  2. motivatingfactor
    Member
    Posted 4 years ago #

    Your Sidebar (line 996) is set at: 2200px

    Change to the following:

    #sidebar {
    margin-left:545px;
    padding:32px 0 10px;
    width:220px;
    }

  3. motivatingfactor
    Member
    Posted 4 years ago #

    In-case you didn't fully understand my instructions: Change the width from 2200px to 220px in style.css line 996

  4. ilovehorror
    Member
    Posted 4 years ago #

    You rock man. I appreciate the help!

Topic Closed

This topic has been closed to new replies.

About this Topic