Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Navigation CSS


John James Jacoby
Keymaster

@johnjamesjacoby

If you\’re talking about your #nav, then in:

http://gigbuddy.org/wp-content/themes/gigbuddy-home/css/base.css

Line 97

The below will sit it lower and mostly match your sites margins. I think that looks the best to me.

Change your margin to:

margin: 120px 0 15px;

Design wise you will then still have rounded corners to worry about:

http://gigbuddy.org/wp-content/themes/gigbuddy-home/css/base.css

Line 105

Change accordingly:

-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;

Regarding the width of the nav, Are you saying that you want each one of the links to be a fixed width? To stretch them all across the 900px page width?

Skip to toolbar