Title: left sidebar
Last modified: August 19, 2016

---

# left sidebar

 *  [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/left-sidebar-2/)
 * I’d like to create a new template and add a left sidebar. Is this possible?
    
   Thank you for any help.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/left-sidebar-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/left-sidebar-2/page/2/?output_format=md)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722109)
 * yes, this is possible; done [here for instance](http://www.transformationpowertools.com/wordpress/tips).
 * it needs a basic understanding of html, css, and php; and a few wordpress functions.
 * the example is keeping the original width of the theme.
    because it is quite 
   a few lines of code, see: [http://wordpress.pastebin.com/29EuE02v](http://wordpress.pastebin.com/29EuE02v)
 * reading:
    [http://codex.wordpress.org/Pages#Page_Templates](http://codex.wordpress.org/Pages#Page_Templates)
   [http://codex.wordpress.org/Function_Reference/register_sidebar](http://codex.wordpress.org/Function_Reference/register_sidebar)
   [http://www.w3schools.com/css/css_positioning.asp](http://www.w3schools.com/css/css_positioning.asp)
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722112)
 * Thanks, that’s very helpful. I have managed to this with another theme a while
   ago but the 2010 styling threw me a bit so wasn’t too sure.
 * I basically want to add a left sidebar to include section navigation.
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722349)
 * I have now followed the instructions successfully and have my new 3 column template.
 * I would now like to make this my default template. I have tried changing the 
   css code etc but ended up with a bit of a mess. Any advice would be appreciated.
 * Thanks.
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722365)
 * Only problem is that the 3 column template doesn’t render in IE6. The left sidebar
   doesn’t show at all. Any ideas please?
 *  [baszer](https://wordpress.org/support/users/baszer/)
 * (@baszer)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722366)
 * ie6 sucks big time.
 * but without any example there is nobody who can help you. 🙁
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722368)
 * I used the 3 column template code in alchymyth’s post above ie.
 * [http://wordpress.pastebin.com/29EuE02v](http://wordpress.pastebin.com/29EuE02v)
 * It works in every other browser except IE6 – I have checked in browser shots.
   IE6 is still used a lot in the UK especially in government etc so it’s a real
   problem.
 *  [baszer](https://wordpress.org/support/users/baszer/)
 * (@baszer)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722369)
 * can you give me the url of your website?
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722370)
 * It’s [here](http://www.afasicscotland.org.uk/test/about/).
    Thanks for your help.
 *  [baszer](https://wordpress.org/support/users/baszer/)
 * (@baszer)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722371)
 * hi,
 * there are several things going wrong. First you have some errors in your css.
 * But the main thing why its not working, you put the div of the left sidebar after
   your main content. You should put the div of the left sidebar before the content
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722372)
 * Hi baszer, I have moved the left sidebar div above the content but it still doesn’t
   work.
 * I used the coding from the example and I noticed that the site using it also 
   doesn’t render properly in IE6 as below.
 * [http://www.transformationpowertools.com/wordpress/tips](http://www.transformationpowertools.com/wordpress/tips)
 * I have added a left sidebar to another theme in the past but it was not as complex
   as TwentyTen. The template css for the three column is a little cryptic for me
   but I am learning!
 * Any other hints to correct this?
    Thanks.
 *  [baszer](https://wordpress.org/support/users/baszer/)
 * (@baszer)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722373)
 * hi,
 * plz but the div after this line
 * <div id=”container” class=”threecolumn”>
 * now you have it before this line
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722374)
 * Have moved the div but still no luck.
 *  [baszer](https://wordpress.org/support/users/baszer/)
 * (@baszer)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722375)
 * hi,
 * use [this ](http://www.2shared.com/document/TDXyvngv/style-3-colums.html) stylesheet(
   i modified your stylesheet to work with your adjustments)
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722376)
 * Thanks baszer. I will take a look a bit later and try it out! Will let you know
   outcome.
 *  Thread Starter [webwitch](https://wordpress.org/support/users/webwitch/)
 * (@webwitch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/#post-1722378)
 * Hi baszer. Have now used your stylesheet and the 3 column works great in IE6 
   which is wonderful.
 * I noticed that in the two column layout that you disabled the content margins
   which made the content run to the right hand edge under the sidebar. I added 
   a width element and that seems to have solved the problem there. What do you 
   think? So now it looks like this below:
 * #content
    { /*[disabled]margin:0 240px 0 15px;*/ width:740px;
 * So thank you very much for this. Much appreciated.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/left-sidebar-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/left-sidebar-2/page/2/?output_format=md)

The topic ‘left sidebar’ is closed to new replies.

 * 17 replies
 * 3 participants
 * Last reply from: [webwitch](https://wordpress.org/support/users/webwitch/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/left-sidebar-2/page/2/#post-1722380)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
