PDA

View Full Version : Align my forum on the left + little margin, how do i do that?


Goodman_2020
10-13-2008, 08:16 PM
Hello

How can i align all my forum (header, navbar, pages, footer etc.) to the left of each page + a little margin please?

As an example of the alignment i'd like to do, i show you this page (it's not a forum, it's a normal website, i use it just to show you what i want to do)
http://www.opodo.fr/

Thank you

Goodman_2020
10-14-2008, 08:42 PM
help :)

Netunt
10-14-2008, 09:09 PM
I belive it would include some ccs edits. What skin do you use?

Goodman_2020
10-14-2008, 09:21 PM
the default skin :)

Goodman_2020
11-09-2008, 12:32 AM
help...

Seven Skins
11-09-2008, 10:56 PM
In the header template:

Find:
<a name="top"></a>

Add just below that line:
<div style="width:765px; margin:0;">


In the footer template:

Find:
<if condition="$show['dst_correction']">

Add just above this line:
</div>


.