Saturday, March 28, 2009

Open Question

Any computer people out there know why the right hand side of this webpage is magically on the very bottom of the page?

Send me an email if you know what's up:

dannybrothers@gmail.com

3 comments:

  1. Looks fine to me. Using Firefox on Windows XP.

    Usually this would happen if for some reason the style sheet (CSS) didn't load in your browser.

    ReplyDelete
  2. you the man bro. love you

    ReplyDelete
  3. Manually edit the css used for your blog (you can do this under Customize -> Layout -> Edit HTML -> Edit Template),
    find the #main-wrapper { section, and change width: 67%; to width: 100%;. Then add the following as a new section:

    .main {
    float: left;
    width: 67%;
    }


    This should solve your problem, it did on my end.

    ReplyDelete

Hey, I really appreciate your comments. They let me know that at least someone is reading this thing! So, leave a name!