Title: Wonky-aligned menu?
Last modified: August 20, 2016

---

# Wonky-aligned menu?

 *  [strawberrykoi](https://wordpress.org/support/users/strawberrykoi/)
 * (@strawberrykoi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/)
 * For some reason my menu was oddly aligned to the left… so I adjusted margins 
   to center it, and now on most screen resolutions (except my laptop’s that is)
   it’s too far to the right. Any ideas how to align it perfectly?
 * Thanks!

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2655990)
 * without a link to your site to illustrate the problem, nobody will be able to
   comment.
 * however, as helping with fundamental formatting issues is not within the scope
   of this forum, try to work with a tool such as Firefox’ add-on Firebug [http://getfirebug.com/](http://getfirebug.com/)
   or similar to identify the involved styles, then make the edit in style.css of
   your theme.
 *  Thread Starter [strawberrykoi](https://wordpress.org/support/users/strawberrykoi/)
 * (@strawberrykoi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2655991)
 * Sorry *slaps forehead* I meant to paste it in there. Here it is: [http://www.mygrandpascloset.com/](http://www.mygrandpascloset.com/)
 * I’m using firebug, but it hasn’t help thus far.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2655996)
 * the css id `#page` does not seem to have any styling, which makes the menu orientate
   itself to the browser window – therefore ‘flaoting around’.
 * possibly add something like this to style.css to start with (I have naturally
   no idea if this would interfere with your design idea of how the site will adjust
   to changing browser widths):
 *     ```
       #page {
       	width: 1200px;
       	margin: 0px auto;
       }
       ```
   
 * and re-adjust the margins of the header and menu.
 *  Thread Starter [strawberrykoi](https://wordpress.org/support/users/strawberrykoi/)
 * (@strawberrykoi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2656000)
 * I see..
 * When I add that in, nothing happens though. Is there something I should add to
   that bit of CSS to target the menu and center it? Or would it be better just 
   to choose a whole new template?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2656024)
 * > nothing happens though
 * I can’t find the new style in your site – so there is no wonder that ‘nothing
   happens’
 * have you cleared the browser cache to get to see the changes?
 * you wouldn’t see much change with the added style, anyway, unless you change 
   the browser width.
 * my assistance ends here as these fundamental css issues are actually not covered
   by this WordPress forum.
 *  Thread Starter [strawberrykoi](https://wordpress.org/support/users/strawberrykoi/)
 * (@strawberrykoi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2656134)
 * It doesn’t show because I used firebug to preview it before making actual changes(
   which you suggested). And why would I implement it, if it doesn’t actually correct
   the problem?
 * Useless.

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

The topic ‘Wonky-aligned menu?’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [strawberrykoi](https://wordpress.org/support/users/strawberrykoi/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/wonky-align-menu/#post-2656134)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
