Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
463 views
in Q2A Core by
Has anyone made a modification to have two side panels, one on the left and one on the right? I'm using the right side panel for additional info, updated news, etc. I would like to include some small AdSense boxes on the left side. I imagine that would be quite a modification to undertake so was curious if anyone has done it and if so willing to share the how-to. Thanks.
Q2A version: 1.5

1 Answer

+1 vote
by
selected by
 
Best answer

This is easy to do with an advanced theme. Just override the sidepanel() theme function in your qa-theme.php file so that it first outputs the left-floating <DIV>...</DIV>, before calling through to the default sidepanel() function to generate the right-floating one as usual.

...