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:

Aviv said...

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.

Anonymous said...

you the man bro. love you

Unim4trix0 said...

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.