I changed my default layout in the Theme Options to be full width (1 column), as that is what the majority of my pages need to be. However, on certain pages I would still like to be able to choose the right sidebar option. There only exists a template for left sidebar (called “Two Column Left Navigation” in my page Templates list). I created a custom page template called “Two Column Right Navigation” by simply copying the Two Column Left Navigation file and changing the div id and class to be the reverse.
However, when I select my new Two Column Right Navigation template, my sidebar isn’t displaying. When I check the source code, it appears to be auto selecting “twelvecol” for my div instead of “ninecol last” like it does for the Two Column Left Navigation file, as well as giving my <body class=” …. layout-1c ….”> instead of layout-2c.
I’m not sure how to make those adjustments to my custom page template to get those auto pre-selects to change. Any help you can provide would be appreciated.