Tuesday, January 6, 2009

The Office - An American Workplace

The HTML can be customized in Blogger to allow for different width body and side-bar.

For the Template that I used "minima by Douglas Bowman" (the first in the templates to chose from as of now), the variables to change are the 'width' for both main-wrapper and sidebar-wrapper:

#main-wrapper {
width: 510px;
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 */
}

#sidebar-wrapper {
width: 120px;
float: $endSide;
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 */
}

I adjusted mine so that a video from Amazon can fit in the main body and a tall, skinny ad can fit in the right side bar.

View the blog: The Office - An American Workplace.

No comments: