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
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