Totally Zenned
- Join Date:
- May 2007
- Posts:
- 461
- Plugin Contributions:
- 0
Moving Category sidebar outside of main wrapper
I am going for a bit of a different look for my next site and am trying to move the category sidebar (navColumnOne) outside of the content main wrapper.
I can get it outside like I want with no problem, but it sits all the way to the top of the browser and then forces the content main wrapper down too far...when I try to move the categories down with CSS the WHOLE site moves down including the content main wrapper....
I moved this code in the tpl_mainpage
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>"> <?php /** * prepares and displays left column sideboxes * */ ?> <div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>to go ABOVE the div id mainwrapper forcing it to be outside of that...then gave it its own div to manage the CSS...but nothing is working?!?
I know this is an unusual request...but anyone have any ideas how I can make this work?
I want the category box to site snuggly up against the main wrapper...but outside of it.....
Thanks as always!!!