Navigation header: repositioning

Permalink
The Navigation header appears by default at the top of the page in the theme I'm using. What I'd like to do is have an image at the top of the page, with the navigation links directly below that. Do I need to make a change in my main.css in order to already the order these items appear? I can't simple move it..that doesn't seem to be an option in editing, so I'm just wondering where to begin.

 
ScottC replied on at Permalink Reply
ScottC
<ul id="nav">
                  <? $a = new Area('Header Nav'); $a->display($c); ?>
            </ul>


appears in your default.php in the theme you are using.

I noticed in the new RC1 that the header was a separate include file and I believe the nav is still in the header so it might be in a sub folder, but yeah just a copy and paste and css tweaking should do it.

Hope this helps.
jnichols437 replied on at Permalink Reply
Worked like a charm, thanks.
ScottC replied on at Permalink Reply
ScottC
.
donleavy replied on at Permalink Reply
I don't quite get this. Could you be so kind to point me to where I should go to place the header navigation below the header image?

Donleavy
Debosayo replied on at Permalink Reply
The Navigation header appears by default at the top of the page in the theme I'm using. What I'd like to do is have an image at the top of the page, with the navigation links directly below that.
Debo