Twenty Elevel – 3 Column
-
Hi there
I’m loving the new Twenty Eleven theme, but keen to set it up with a three column layout (sidebar_1, content, sidebar_2). I’ve managed to hack something together by adjusting the margins in a child theme:
#content {margin: 0 26.8% 0 26.8%; width:46.4%;} #secondary, #secondary #content {width:18.8%; margin:0;}
And then hooking in a PHP file as follows:
get_header(); ?> <?php include (STYLESHEETPATH . '/sidebar_1.php'); ?> <div id="primary">
Unfortunately it’s a bit rough and doesn’t play all that well with the great things Twenty Eleven does in resizing for different screen sizes.
I was just wondering if someone a little brighter had built a three column child them I could take a look at it, or anyone could offer a steer on how best to do it.
Thanks in advance!
Mitch
- The topic ‘Twenty Elevel – 3 Column’ is closed to new replies.