Options

Navbar help

robingrobing Registered Users Posts: 2 Beginner grinner
edited July 25, 2008 in SmugMug Support
For some reason my navbar is all the way to the left and I can't get rid of Robin Gaucher's Home, even though I pasted from the tutorial to remove it. Please Help!

http://www.robingaucher.com/

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited July 25, 2008
    robing wrote:
    For some reason my navbar is all the way to the left and I can't get rid of Robin Gaucher's Home, even though I pasted from the tutorial to remove it. Please Help!

    http://www.robingaucher.com/
    Remove the red

    #my_banner {
    width: 750px;
    height: 150px;
    margin: 0 auto;
    background: url(http://www.robingaucher.com/photos/338602513_nWiXB-O.jpg) no-repeat;
    }

    margin: 0;
    padding: 5;
    list-style-type: none;
    text-align: center;
    }



    And change the margin line in this.


    #navcontainer ul {
    margin: 5px auto 15px; /* top right/left bottom */
    padding: 0;
    list-style-type: none;
    text-align: center;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.