Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Moving the forum title without moving the tagline.

Okay. In your stylesheet, put:

#title { position: absolute; top: 0px; }
#tagline { position: absolute; top: 75px; }

I think that should work.

Skip to toolbar