Hi
These are the lines to look at. This version of Bolt for example has been altered so that the left and right columns are both narrow:
| Code: |
#left { float:left; font-size:1.2em; overflow:hidden; width:160px; border:1px solid #2a466e; } .threecolumns #left { margin:0 0 0 -760px; } .threecolumns #center { margin:0 10px 0 170px; width:580px; } .nocolumns #left, .rightcolumn #left { display:none; } .leftcolumn #left { margin:0 0 0 -960px; } #right { float:left; font-size:1.2em; overflow:hidden; width:198px; border:1px solid #2a466e; }
|
The margins and the widths need altering.