Title: Menu not centered
Last modified: October 8, 2021

---

# Menu not centered

 *  [toni12](https://wordpress.org/support/users/toni12/)
 * (@toni12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/)
 * Hello,
    my primary navigation menu is not centered, I’m using Colorlib theme.
   How can I center it? Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-not-centered%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Prabhat](https://wordpress.org/support/users/prabhatrai/)
 * (@prabhatrai)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/#post-13730800)
 * Hey [@toni12](https://wordpress.org/support/users/toni12/),
    You have removed
   the **Site Title** from the header, that is why you are facing such issues.
 * Adding your site title will give you a much better look at the header.
 * However, if you aren’t satisfied, then you can communicate with the theme developers
   via their official support channel.
 * The theme you are using is **Shapely**.
    Contact them here: [https://wordpress.org/support/theme/shapely/](https://wordpress.org/support/theme/shapely/)
 * Forum volunteers are not given access to custom or commercial products. We encourage
   you to use the official support venues, as it allows the developers to be aware
   of issues with their code and gives back to the community in a more robust way.
   See [https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products)
 *  [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/#post-13730828)
 * try:
 *     ```
       @media all and (min-width: 992px) {
           #site-navigation .container > .flex-row {
              justify-content: center;
           }
       }
       ```
   
 * If not you may need:
 *     ```
       @media all and (min-width: 992px) {
           #site-navigation .container > .flex-row {
              justify-content: center !important;
           }
       }
       ```
   
 *  Thread Starter [toni12](https://wordpress.org/support/users/toni12/)
 * (@toni12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/#post-13734330)
 * [@prabhatrai](https://wordpress.org/support/users/prabhatrai/) Thank you, I have
   created a new post there.
 *  Thread Starter [toni12](https://wordpress.org/support/users/toni12/)
 * (@toni12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/#post-13734339)
 * [@tugbucket](https://wordpress.org/support/users/tugbucket/) I have tried this
   snippet but it seems invalid. I get error when I input it into snippet plugin,
   thanks for the help though.
 *  [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/#post-13735666)
 * [@toni12](https://wordpress.org/support/users/toni12/) This is CSS. You put it
   in your style sheet. It’s not PHP.
 *  Thread Starter [toni12](https://wordpress.org/support/users/toni12/)
 * (@toni12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/menu-not-centered/#post-13759959)
 * [@tugbucket](https://wordpress.org/support/users/tugbucket/) Thank you very much,
   it worked!

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

The topic ‘Menu not centered’ is closed to new replies.

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

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
