Home
| Mods Development
| Add left column
Southern Mystic

Posts: 14
Joined: 12 September 2007
Location: Bogotá, Colombia - South America
|
Friday, Nov 09, 2007 13:05
I have version 1.1.2
I want to add a left column in my forum like in the "My Controls" section.
What do I need to add to the custom Style Sheet?
Thanks,
|
|
|
Caleyjag

Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
|
Friday, Nov 09, 2007 13:14
For every page? Or just the forum index?
In any case, you'll need to edit the template files. You'll need to create one container div, with two divs inside that.
RAW CODE
<div style="width: 100%;float: left;">
<div style="width: 30%;float:left;">
// put all your left content here
</div>
<div style="width: 70%;float:left;">
// put all your right content here
</div>
</div>
|
|
|
Southern Mystic

Posts: 14
Joined: 12 September 2007
Location: Bogotá, Colombia - South America
|
Friday, Nov 09, 2007 14:06
Thanks!
|
|
|
1 Guest(s), 0 Member(s) Viewing This Topic:
|
|