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.
Hey, I really appreciate your comments. They let me know that at least someone is reading this thing! So, leave a name!
Looks fine to me. Using Firefox on Windows XP.
ReplyDeleteUsually this would happen if for some reason the style sheet (CSS) didn't load in your browser.
you the man bro. love you
ReplyDeleteManually edit the css used for your blog (you can do this under Customize -> Layout -> Edit HTML -> Edit Template),
ReplyDeletefind 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.