How do you make a three column sidebar when the original theme is just two? I want my blog's sidebar too look like http://www.bobbuskirk.com/ See how at the side there are 2 columns. Below is the code I have for my current sidebar.php, please help.
Basically, within the sidebar you'll have two new divs, lsidebar and rsidebar. Each would be about half the width of sidebar. Both lsidebar and rsidebar would have a list for organizing widgets. Then you float the two inner sidebars so that they display beside each other. It's all in the CSS. (If you're not too familiar with CSS, just look at a 3 column theme and see how they do it.)
you need complete CSS for doing what MTbiker said..that's the only way out..so either do on own or hire some body ion DP for that
Editing the sidebar.php won't help. Just go to your general styles.php theme (the default main page when you click on the Themes). And if you want your blog to look like bob's exactly then copy-paste the following-
Okay this is the sidebar part of my css code What should I change the sidebar.php to? Column on the left is sidebar, and column on the right is sidebar2. Edit:ruchirkc; tried that, the original mistylook only has one column sidebar and Bob has 2, so to get 2 also I have to edit sidebar.php
<div id="sidebar"> list list </div><!-- end sidebar --> <div id="sidebar2"> list list </div><!-- end sidebar2 --> Code (markup): This should just about do it. Just be careful in case your index page has something like: (but going by the original you posted, it should be fine) div id=sidebar include sidebar.php Instead of just: include sidebar.php