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
the journal of an israeli combat soldier
Any computer people out there know why the right hand side of this webpage is magically on the very bottom of the page?
at
9:07 PM
3 comments:
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.
you the man bro. love you
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.
Post a Comment