Title: Top Menu Centering
Last modified: January 21, 2019

---

# Top Menu Centering

 *  [jongraphics](https://wordpress.org/support/users/jongraphics/)
 * (@jongraphics)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/top-menu-centering/)
 * Is there a way to center the navigation in your “Top Bar” option for menu layout.
 * Thanks.

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/top-menu-centering/#post-11114319)
 * Hello,
 * Add the below code to the Customize > Custom CSS section and check it works or
   not.
 *     ```
       #site-header.top-header .header-top .right {
           display: none;
       }
       div#site-header-inner {
           display: flex;
           display: -webkit-flex;
       }
       #site-header.top-header .header-top .left {
           margin: 0 auto;
       }
       ```
   
 * Can you share site link so that I can check it?
    -  This reply was modified 7 years, 5 months ago by [Amit Singh](https://wordpress.org/support/users/apprimit/).

Viewing 1 replies (of 1 total)

The topic ‘Top Menu Centering’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/top-menu-centering/#post-11114319)
 * Status: not resolved