Monday, July 21, 2025

Change column widths in Blogger

Go to Themes, Go to Edit HTML. Change highlighted values.

/* Page Structure
----------------------------------------------- */
#outer-wrapper {
  position:relative;
  top:4px;
  left:4px;
  background: #999;
  width:1050px;
  margin:10px auto;
  text-align:left;
  font: $bodyFont;
  }

#content-wrapper {
  width:100%;
}
#main-wrapper {
  background: $mainBgColor url("http://www.blogblog.com/no897/corner_main.gif") no-repeat right top;
  width:700px;
  float:left;
  color:$mainTextColor;
  font-size: 85%;
  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 */
  }
#main {




https://www.sitepoint.com/community/t/how-can-i-increase-the-width-of-my-post-in-blogger-blogspot/428012/2