Quote:
Originally Posted by EagleNick
How can I move the contents of the left sidebar to the right sidebar, so that the main (middle) column can be larger/wider?
Thanks.
|
Open template: af_articles
find and delete:
HTML Code:
<td nowrap="nowrap" style="vertical-align: top;">$a_left</td>
Find
HTML Code:
<td nowrap="nowrap" style="vertical-align: top;">$a_right</td>
Replace with:
HTML Code:
<td nowrap="nowrap" style="vertical-align: top;">$a_left $a_right </td>
Repeat for template: af_articles_alt