Title: Menu Alignment
Last modified: August 31, 2016

---

# Menu Alignment

 *  Resolved [ugk](https://wordpress.org/support/users/ugk/)
 * (@ugk)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/menu-alignment-10/)
 * Hello,
 * I have the Founder theme and am looking to center align my menu at the top of
   the page because the margins on the body are narrow.
 * I think it’s line 666 on the CSS but I don’t know how to make the changes from
   the ‘Add Custom CSS Here’ screen.
 * Thanks for any help anyone can provide.

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/menu-alignment-10/#post-7342570)
 * Hi ugk,
 * Thanks for choosing Founder!
 * You can use the following CSS to center align the primary menu:
 *     ```
       @media all and (min-width: 900px) {
   
         .site-header {
           text-align: center;
         }
         .title-container {
           float: left;
         }
         .menu-primary-container {
           margin-left: -80px;
         }
       }
       ```
   
 * Please copy & paste the code above into the “Custom CSS” section in the Customizer(
   Appearance > Customize), and it should take affect right away. You can always
   use the Custom CSS section for all of your CSS modifications.
 * There is just one update you’ll need to make to the code above. If the menu isn’t
   exactly centered, you can change the “margin-left” value to adjust the menu position.
   Reducing it further will move the menu to the left, and vice-versa.
 *  Thread Starter [ugk](https://wordpress.org/support/users/ugk/)
 * (@ugk)
 * [10 years ago](https://wordpress.org/support/topic/menu-alignment-10/#post-7342745)
 * Thanks Ben!

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

The topic ‘Menu Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/founder/1.56/screenshot.png)
 * Founder
 * [Support Threads](https://wordpress.org/support/theme/founder/)
 * [Active Topics](https://wordpress.org/support/theme/founder/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/founder/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/founder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ugk](https://wordpress.org/support/users/ugk/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/menu-alignment-10/#post-7342745)
 * Status: resolved