• Resolved Brad McHargue

    (@ilovehorror)


    Greetings all. If you’ll head on over to my site, https://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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • motivatingfactor

    (@motivatingfactor)

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

    Change to the following:

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

    motivatingfactor

    (@motivatingfactor)

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

    Thread Starter Brad McHargue

    (@ilovehorror)

    You rock man. I appreciate the help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page scrolls far to the right – how can I fix this?’ is closed to new replies.