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 6635679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:05:08+00:00 2026-05-25T23:05:08+00:00

I have a website with a drop down navigation bar at the top, I

  • 0

I have a website with a drop down navigation bar at the top, I would like to centre the navigation bar, but I can’t get it to work, it seems to be stuck to the left side. You can view the website here and I’ve pasted the code below.

I’ve been trying to get this to work all day, but I can’t see where the problem is. I don’t know what more to write, any help would be greatly appreciated.

My style.css:

#menu{
    position: absolute;
    z-index: 1;
    padding:0;
    margin: auto;
}
#menu ul{
    padding:0;
    margin:0;
    margin: auto;
    text-align: center;
    display: inherit;
}
#menu li{
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding:0;
}
#menu li a{
    width:100px;
    height: 30px;
    display: block;
    text-decoration:none;
    text-align: center;
    line-height: 30px;
    background-color: white;
    color: #7B99FF;
    font-size: 16px;
}
#menu li a:hover{
    color: #000;
}
#menu li .subnav a {
    color: #7B99FF;
    font-size: 13px;
}
#menu li .subnav a:hover{
    color: #000;
    font-size: 13px;
}
#menu ul ul{
    position: absolute;
    top: 30px;
    visibility: hidden;
}
#menu ul li:hover ul{
    visibility:visible;
}
.subnav {
    font-size: 13px;
}

My index.php:

<div id="menu">
<ul>
<li><a href="#nogo">About me</a>
</li>
<li><a href="#nogo">Categories</a>
<ul class="subnav">
<li><a href="#nogo">Link 2-1</a></li>
<li><a href="#nogo">Link 2-2</a></li>
<li><a href="#nogo">Link 2-3</a></li>
</ul>
</li>
<li><a href="#nogo">Archive</a>
<ul class="subnav">
<li><a href="#nogo">Link 3-1</a></li>
<li><a href="#nogo">Link 3-2</a></li>
<li><a href="#nogo">Link 3-3</a></li>
</ul>
</li>
<li><a href="#nogo">Contact</a>
</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-05-25T23:05:08+00:00Added an answer on May 25, 2026 at 11:05 pm

    Remove the ‘absolute’ position of #menu and give it some width:

    #menu{
    width:400px;
    z-index: 1;
    padding:0;
    margin: auto;}
    

    If you don’t want to set width manually you can wrap your root in a div with style:

    text-align:center
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a mobile website and have drop down boxes for the Month,
Can you help me with the code of the following? I have a drop-down
I have a navigation bar on my website. The HTML: <nav id=navigation> <a href=index.html>
I am frustrated. I have one website where my drop-down CSS menu works and
I have created drop down menu, but it is not showing in home page
I have two drop down menus on my website. Technologies used are Javascipt ,
I have website, usually all looks fine but sometimes one div is on the
I have a div inside an li as part of a top navigation for
I have a problem with Firefox I have a drop down menu at the
I currently have 2 panels (div's) at the top of my website. When you

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.