Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8412583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:42:29+00:00 2026-06-10T00:42:29+00:00

After applying margin: 0 auto to an unordered list, a horizontal nav bar, I

  • 0

After applying “margin: 0 auto” to an unordered list, a horizontal nav bar, I am able to center the list element but the items contained within the list are left justified within the list. The examples I’ve seen online don’t say anything about having to re-position the li elements so I suspect I’m doing something wrong. I can see that the list is actually centered because of the black border I have placed around it but the items are not.

#navBarList 
{
    width: 25%;
    margin: 0 auto;
    list-style-type: none;
    overflow: hidden;
    border-width: 3px;
    border-color: black;
    border-style: solid;     
}

#navBarList li 
{
   float: left;   
}
---------------------------------

<div id="navBarDiv">
    <ul id="navBarList">
        <li>Plots</li>
        <li>Reports</li>
        <li>Map</li>
    </ul>
</div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T00:42:31+00:00Added an answer on June 10, 2026 at 12:42 am

    I’m going to guess you meant to give a width to the li elements and not it’s containing ul element. Get rid of the margin: 0 auto; unless you want to center within the ul‘s container. list-style-type: none; should also be on the li elements, but I don’t think that matters, as floating them displays them as (floating) blocks and not list items. The corrected CSS is as follows:

    #navBarList 
    {
        overflow: hidden;
        border-width: 3px;
        border-color: black;
        border-style: solid;     
    }
    
    #navBarList li 
    {
        list-style-type: none;  
        width: 25%;
        float:left;
    }​
    

    JSFiddle of your example (modified)

    You may also need to add text-align: center; to the #navBarList li rule if you intended to center the text within the li elements.

    Edit: Actually, I might have been wrong about the list items. Floating them in chrome makes them not act like list items, and I was thinking about another rule (inline items are floated as block elements). Not sure about that one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to output the element name which is being returned after applying the
I'm having some problems with my ul -list after using applying CSS-reset. When the
Would be possibile to get the original data type after applying the ArrayToStringTransformer to
I met with an xml tranformation problem. After applying a suggested muenchian grouping to
I have a datatable on which I am applying Select() method. After that I
After discovering about Javascript namespaces, I tried to implement them but I run into
After a system upgrade i am no longer able to start my tomcat5 server.
After applying a relative rotate transform (of 45 degrees) on a brush in WPF,
How can I keep help strings in functions to be visible after applying a
Thing is, after applying a new color theme for my Flash Builder enviroment, the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.