I have been searching through the code for a way to rearrange the layout. I want to move the left sidebar to the far left and move the content section to the middle. Is that possible? I love the theme. Want to use it for redesign of school website, but administration wants things more spread out. They don't like everything on the right side. Please help. Thanks.
Moving the sidebars apart requires knowledge of php and css.
One way, is to find in sidebar.php where 'sidebar right' begins and crop it out, then paste it into the appropriate places in the index.php and then have a play with the stylesheet.
Another way is to place the call to the sidebar before the content. Then in the stylesheet 'float' the left sidebar left, the right sidebar right and the content should automatically slide up the middle.
Vladimir’s WordPress Forum
Move left sidebar to far left?
19:24
23 February, 2010
visualipro
I have been searching through the code for a way to rearrange the layout. I want to move the left sidebar to the far left and move the content section to the middle. Is that possible? I love the theme. Want to use it for redesign of school website, but administration wants things more spread out. They don't like everything on the right side. Please help. Thanks.
21:07
23 February, 2010
Brian
Santiago,Chile
posts 24
Hi there,
Moving the sidebars apart requires knowledge of php and css.
One way, is to find in sidebar.php where 'sidebar right' begins and crop it out, then paste it into the appropriate places in the index.php and then have a play with the stylesheet.
Another way is to place the call to the sidebar before the content. Then in the stylesheet 'float' the left sidebar left, the right sidebar right and the content should automatically slide up the middle.
Hope this helps.