Forums

Centering Navigation? (6 posts)

  1. chevydrvr
    Member
    Posted 2 years ago #

    I removed everything involving the search box because I don't want it there anymore, and now I want to center the navigation. When I go to the css file and go to navigation and put in center, it moves it to the center as if the search box is still there. I removed everything in the header file that mad the search box go there. What do I do?

  2. figaro
    Member
    Posted 2 years ago #

    Without a link to your site, I doubt anyone will be able to help you very much.

  3. chevydrvr
    Member
    Posted 2 years ago #

    sorry. my website is http://chevymaro.freehostia.com

  4. figaro
    Member
    Posted 2 years ago #

    Find the following code in style.css:

    #header #menu {
    float:left;
    margin:70px 80px 0 0;
    }

    and change it to this:

    #header #menu {
    float:left;
    margin:70px 80px 0 170px;
    }

    adjust the 170 value to fine tune.

  5. chevydrvr
    Member
    Posted 2 years ago #

    thank you very much! ill try that.

  6. chevydrvr
    Member
    Posted 2 years ago #

    IT worked! thanks so much!

Topic Closed

This topic has been closed to new replies.

About this Topic