Center Navigation Menu

Permalink
I need my navigation menu moved above the dotted line and centered over the rotating graphic.

How can I do this?

Here's the link:http://dyslexialouisville.com/

Kea Grace

 
agedman replied on at Permalink Reply 1 Attachment
agedman
It depends what theme you're using. Plain yogurt and the other pre-installed themes are using some pretty complicated CSS in places, but one way would be to:

1. copy the folder containing your theme from (for example) SITEROOT/concrete/themes/default up to SITEROOT/themes/default and

2. override the theme by editing the files: SITEROOT/themes/default/main.css and SITEROOT/themes/default/elements/header.php

It may be easier to search the marketplace for a theme that has the navigation centered.

Another option would be to create a new theme from scratch that uses simpler CSS for the layout. I'm attaching a simple theme I created for a site that you might want to take a look at.
tallacman replied on at Permalink Best Answer Reply 2 Attachments
tallacman
If you like this image, replace the line in your css that starts with:
#page #header ul.nav-header
with the attached css. This will position your nav as desired. I used CSSEdit to find the element and position it.

Steve