Title: menu
Last modified: August 19, 2016

---

# menu

 *  [redcarpetrefs](https://wordpress.org/support/users/redcarpetrefs/)
 * (@redcarpetrefs)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/)
 * is there a way to center the menus on the nav bar? and is there a way to change
   the font of the menu? whats the codes for that?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812158)
 * Without seeing your site, no can possibly help you.
 *  Thread Starter [redcarpetrefs](https://wordpress.org/support/users/redcarpetrefs/)
 * (@redcarpetrefs)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812181)
 * [http://www.redcarpetrefs.com/wordpress](http://www.redcarpetrefs.com/wordpress)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812184)
 * Try editing style.css and changing:
 *     ```
       #nav-content {
           margin: 0 auto;
           width: 978px;
       }
       ```
   
 * to:
 *     ```
       #nav-content {
           margin: 0 auto;
           width: 600px;
           font-family: [ insert your list of preferred fonts here ]
       }
       ```
   
 * – replacing _[ insert your list of preferred fonts here]_ appropriately.
 *  [g3legacy](https://wordpress.org/support/users/g3legacy/)
 * (@g3legacy)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812200)
 * centering the links on the nav should just be a matter of
 * text align:center;
 * on #nav-content, like esmi suggested for the font change.
 * Dan
 *  Thread Starter [redcarpetrefs](https://wordpress.org/support/users/redcarpetrefs/)
 * (@redcarpetrefs)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812238)
 * its not working?
 * #nav-content {
    margin: 0 auto; width: 600px; font-family: _[ insert your list
   of preferred fonts here ]_ }
 * where u say insert just put like impact in it that and thats it beacsue that 
   didnt work
 *  [g3legacy](https://wordpress.org/support/users/g3legacy/)
 * (@g3legacy)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812244)
 * I’d pick your font carefully anyway…impact or whatever you choose might not be
   on other peoples machines. Try a simple change like times, or verdana and check
   if it works.
 * I can’t really see why it wouldn’t work. Unless, its a hierarchy problem, as 
   in the CSS is placed in the wrong order and is being overwritten by something
   else.
 * Whats your CSS file called? Might be able to help if I can see it…
 * Dan
 *  Thread Starter [redcarpetrefs](https://wordpress.org/support/users/redcarpetrefs/)
 * (@redcarpetrefs)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812253)
 * _[CSS & code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).]_
 * this style.css and i just did impact too see a change
 *  Thread Starter [redcarpetrefs](https://wordpress.org/support/users/redcarpetrefs/)
 * (@redcarpetrefs)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812254)
 * im using arras tooo
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812259)
 * I didn’t see the font-family change I suggested on your site. You need to use
   something like:
 * `font-family:Impact, Tahoma, Verdana, Geneva, sans-serif;`
 *  Thread Starter [redcarpetrefs](https://wordpress.org/support/users/redcarpetrefs/)
 * (@redcarpetrefs)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812280)
 * thany you that did work now i need help with another thing getting the rss box
   thing off and as u can see i have a red line between my header and nav how do
   you get that off?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812324)
 * > getting the rss box thing off
 * Sorry? Do you mean the RSS icon in your header> If so, try looking in header.
   php.
 * > i have a red line between my header and nav
 * Assuming you mean the slightly lighter red line below About Us & Contact Us, 
   you need to edit arras/css/styles/red.css and change:
 *     ```
       #top-menu {
           background: none repeat scroll 0 0 #330800;
           border-bottom: 1px solid #4A0C00;
       }
       ```
   
 * to:
 *     ```
       #top-menu {
           background: none repeat scroll 0 0 #330800;
           border-bottom: none;
       }
       ```
   

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

The topic ‘menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/menu-11/#post-1812324)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
