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
How can I do this?
Here's the link:http://dyslexialouisville.com/
Kea Grace
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
#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
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.