Title: Centered ul navigation
Last modified: August 19, 2016

---

# Centered ul navigation

 *  [craigs85](https://wordpress.org/support/users/craigs85/)
 * (@craigs85)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/centered-ul-navigation/)
 * Hi there.
 * I’m working on a template for a site using wordpress version 3.
 * The site can be found here: [http://www.derbyshiresmallholders.co.uk](http://www.derbyshiresmallholders.co.uk)
 * Username and Password for the site is craig
 * I was wondering if anyone can tell me how I could centre the navigation ul list.
 * Also, on the sidebar, is there anyway to give the topics under the recent articles
   list a bullet next to them?
 * Thanks so much in advance,
 * Craig

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [companyv](https://wordpress.org/support/users/companyv/)
 * (@companyv)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/centered-ul-navigation/#post-1591628)
 * Re: centering the navigation list you have:
 *     ```
       #header #menu ul {
       display:inline;
       float:left;
       list-style:none outside none;
       text-align:center;
       }
       ```
   
 * The float left is keeping that to the left.
 * For your question about the side bar list – again this is a css issue
 *     ```
       #sidebar ul {
       list-style:none outside none;
       margin:0;
       padding:0;
       }
       ```
   
 * list-style:none outside none; means no bullets
 *  Thread Starter [craigs85](https://wordpress.org/support/users/craigs85/)
 * (@craigs85)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/centered-ul-navigation/#post-1591818)
 * Hi there,
 * Thanks for replying.
 * I took the float left out of the #header #menu ul but its still sticking to the
   left :(.
 * Regarding the #sidebar ul issue, this has added the bullet point next to the 
   header bit (Recent Articles, Upcoming Events and Weather), but not the list beneath
   the Recent Articles header.
 * I can’t work out whats wrong :(.
 * Can anyone help?
 * Thanks.
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/centered-ul-navigation/#post-1591831)
 * [blue robot](http://bluerobot.com/web/css/center1.html)
    [blue robot second method](http://bluerobot.com/web/css/center2.html)
   try this ^^ width : x px; position : absolute; left : 50%; margin-left : x/2 ;

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Centered ul navigation’ is closed to new replies.

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 3 replies
 * 3 participants
 * Last reply from: [forunner](https://wordpress.org/support/users/forunner/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/centered-ul-navigation/#post-1591831)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
