Step 1
Log in to Blogger and go to Layout > EditHTML. Check Expand Widget Templates.
Step 2
Change the header width to 960px. Edit the #header portion of the CSS.
Change the content-wrapper width to 960px. Edit the #content-wrapper portion of the CSS.#header { width: 960px; margin: 0 auto; background-color: #336699;
Change the main-wrapper width to 480px and margin-left to 10px. Edit the #main-wrapper portion of the CSS.#content-wrapper { width: 960px; margin: 0 auto; padding: 0 0 15px; text-align: left;
#main-wrapper { margin-left: 10px; width: 480px; float: left;
Step 3
In your template there is a sidebar-wrapper. This is the right sidebar wrapper. It will be like this
Change #sidebar-wrapper to #right-sidebar-wrapper, margin-right to 10px from 14px and width to 220px from 240px.#sidebar-wrapper {margin-right: 14px;width: 240px;float: right;background-color: #ffffff;display:inline;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 */}
After the editing it will look like this
Step 4#right-sidebar-wrapper {margin-right: 10px;width: 220px;float: right;background-color: #ffffff;display:inline;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 */}
Add the code given below just before the #right-sidebar-wrapper.
Step 5#left-sidebar-wrapper {margin-left: 10px;width: 220px;float: left;background-color: #ffffff;display:inline;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 */}
Find out the portion of code given below.
Add the code given below just below the code given above.<div id='content-wrapper'><div id='crosscol-wrapper' style='text-align:center'><b:section class='crosscol' id='crosscol' showaddelement='no'/></div>
Step 6<div id='left-sidebar-wrapper'><b:section class='sidebar' id='left-sidebar' preferred='yes'></b:section></div>
Find out the portion of code given below.
Replace it with the code given below.<div id='sidebar-wrapper'><b:section class='sidebar' id='sidebar' preferred='yes'>
Step 7<div id='right-sidebar-wrapper'><b:section class='sidebar' id='right-sidebar' preferred='yes'>
Save Template.
Leave your comments and URL of your blog :)
good tutorial
ReplyDeletehello, i tried this in 4 different templates but not working.. please update this post
ReplyDeleteDidn't work
ReplyDeleteDidn't work
ReplyDeleteDidn't work
ReplyDeletenice info@sangat membantu... nice good...
ReplyDelete