FINALLY! Found it!
While I have some pretty good programming skills but I’ll be honest here when I say that my html skills incredibly sucks! I finally managed to to increase the width of the html after looking through the html template codes
/* Outer-Wrapper
———————————————– */
#outer-wrapper {
width: 1000px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
#main-wrapper {
width: 700px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
Just simply change the value for the “width” for both the outer-wrapper and main-wrapper (note the outer-wrapper’s width MUST be more then the main-wrapper’s width or else the side bar will not show up).
With the width made bigger, I will now be able to post bigger pics. Although I won’t go and change all my old previous entries to reflect this change (unless I have the time) but new entries from now on will use bigger pics. (Note, I’ve changed my previous entry to this new size so drop me a line and tell me what you guys think of it.) So until then, pleasant dreams~
Haha, another person who felt that the blogger templates are not wide enough! I went through this exercise about 1 or 2 years ago, and going through the template code can make your eyes @-@.
April 20, 2008 at 8:12 AM
Yeah! It really made my day when I found the setting!
April 21, 2008 at 12:24 AM
thanks for this tip. sure made my photo presentations much better.gjejzzb
July 22, 2008 at 5:44 AM