Hello,

Great Theme!
I was just wondering if there was some way to use to left sidebar block as an extension of the content area - and then use the right sidebar as navigation - if I were only interested in having content and navigation.
Any direction would be greatly appreciated!

Thanks!
-ROR

Comments

Cory Goodwin’s picture

Assigned: Unassigned » Cory Goodwin
Category: support » feature

If I read you correctly, you would like the left sidebar to have the ability to collapse when not in use. This is possible and I would also like to add this feature to the next release.

I will have to schedule this so I wouldn't expect this change any time in the next week or so. I would also be open to receiving a patch.

If you just wanted to remove the left sidebar, you can delete the following code.

		<div id="left-sidebar">
			<?php if ($left) { ?>
				<?php print $left ?>
			<?php } ?>
		</div>

Then adjust the style sheet to expand the main content area.

#latest-post {
	float: left;
	width: 350px;
}

There may be a few other things you need to add, subtract, and adjust.

Cory Goodwin’s picture

Status: Active » Patch (to be ported)
Cory Goodwin’s picture

Status: Patch (to be ported) » Closed (fixed)

Changes in dev version.