Forums

Navbar horizontal centered (2 posts)

  1. ambitdesigns
    Member
    Posted 2 years ago #

    I want to have a horizontal navbar with all the navbar items to be centered in the

    navbar itself. Here is the code layout...


    <div id="nav">
    <?php wp_list_pages('title_li='); ?>
    </div>

    And here is the css...


    #nav {
    height: 50px;
    width: 1000px;
    }

    #nav li {
    text-align: center;
    list-style-type: none;
    }

    #nav li a {
    color: black;
    text-decoration: none;
    }

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    All of which is no help without a site url...

Topic Closed

This topic has been closed to new replies.

About this Topic