This template was given the name uniQue minima, why i'm give the name unique minima?
There were several reasons, there is :
- Had three columns that is Main column and two sidebar column.
- Sidebar had the colour be different from main column.
- The height of sidebar background colour always be the same as main column.
- The sidebar background color was easy to change with your.
- Login in blogger with your id.
- Click Layout.
- Click Edit HTML.
- Look for the code like this :
- You only just changed the code float: right; to float: left; ,
also was the reverse, so as the code to like this:
#main-wrapper { width: 467px; float: right; margin:0px 7px 0px 0px; 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: 400px; float: left; margin:0; padding: 7px; background:$sidebarbgcolor; 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 */ } - Click Save Template button.
- Finish.
#main-wrapper { width: 467px; float: left; margin:0px 7px 0px 0px; 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: 400px; float: right; margin:0; padding: 7px; background:$sidebarbgcolor; 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 */ }



