Title: menu align help?
Last modified: October 15, 2017

---

# menu align help?

 *  Resolved [sunnydeval](https://wordpress.org/support/users/sunnydeval/)
 * (@sunnydeval)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/menu-align-help/)
 * Hello Everyone,
 * I want my website menu in center. But i can’t find coding file in wordpress.
 * Any wordpress help me please.
 * how to align menu in center and where to place that code?
 * Help will be appreciated.
 * Please have a look : [http://www.himachaltouristplaces.com/](http://www.himachaltouristplaces.com/)

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

 *  [sarmistha1990](https://wordpress.org/support/users/sarmistha1990/)
 * (@sarmistha1990)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/menu-align-help/#post-9590182)
 * Hello,
    You can try adding this code to your theme’s style.css file
 *     ```
       .site-header-top .site-row .site-header-top-left{
         width: auto;
         text-align: center !important;
       }
       ```
   
 * Regards,
    Sarmistha
 *  [sarmistha1990](https://wordpress.org/support/users/sarmistha1990/)
 * (@sarmistha1990)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/menu-align-help/#post-9615206)
 * Hello,
 * Try this
    .site-header .site-header-top .site-container { max-width: 90em; }
 * Regards,
    Sarmistha
 *  Thread Starter [sunnydeval](https://wordpress.org/support/users/sunnydeval/)
 * (@sunnydeval)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/menu-align-help/#post-9622223)
 * Seems like you very deep knowledge on wordpress.
 * Thanks dear.
 * I have also tried this below tag to fix menu on top while scrolling down.
 * But not showing correctly. Is there anything missed?
 * position: fixed;
 * These changes are not live. I tried in Inspect Element(Q). I think you know very
   well about it.
 *  Thread Starter [sunnydeval](https://wordpress.org/support/users/sunnydeval/)
 * (@sunnydeval)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/menu-align-help/#post-9622276)
 * I made these changes in Inspect Element(Q).
 * .site-header .site-container {
    position: relative; max-width: 90em; }
 * .site-header .site-header-top {
    position: fixed; top: 0; width: 100%; }
 * Fixed Menu with width size Working good. It only showing when i scroll down the
   page. When cursor is on top of the page then it not showing menu. I want to show
   also menu on top when my cursor is on top.

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

The topic ‘menu align help?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [sunnydeval](https://wordpress.org/support/users/sunnydeval/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/menu-align-help/#post-9622276)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
