So you want to be able to have a sidebar and have two widgets in it side-by-side? Why not just have two sidebars on the same side? It's going to be difficult to have two widgets side-by-side because all the CSS is set up to make the widgets fill the sidebar they are in by 100%. You would need to change that to 49% (or something like that). I'm not sure how much CSS you would need to change to do that.
|