
Now let`s start , we need to edit the code of the template so:
1. Go to Layout >>> Edit HTML
2. Find the following code:
<div id='sidebar-wrapper'><b:section class='sidebar' id='sidebar' preferred='yes'><b:widget id='HTML1' locked='false' title='Gadget 2' type='HTML'/><b:widget id='Text1' locked='false' title='Gadget 1' type='Text'/></b:section></div>
3. Find the following code:
4. Cut and Paste the code from step #2 right before the code from step #3, it will look like this just you may have other gadgets:<div id='main-wrapper'> <b:section class='main' id='main' showaddelement='no'> <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/> </b:section> </div>

5. Now we need to edit the CSS code of the template:
Find the following code:
Your code may have different width so look for the code what i have marked with blue. Change the red marked code from $endSide to $startSide#sidebar-wrapper { width: 220px; float: $endSide; word-wrap: break-word; overflow: hidden; }
6. Save your template
7 comments