Title: Center brand
Last modified: December 19, 2018

---

# Center brand

 *  Resolved Anonymous User 9824923
 * (@anonymized-9824923)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/)
 * Hallo. I would like to center the wordpress brand, in this case, Irina Sopas.
   I tried a few .css but can’t make that work. I used the display code, text-align
   and nothing. Right now I have this:
 *     ```
       .navbar > .container .navbar-brand {
           color: #ffffff;
           font-size: 50px;
           font-family: 'Trebuchet MS', sans serif;
           text-align: center;
           margin: 1px 0 auto;
       }
       ```
   
 * Best regards,
 * Irina Sopas
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcenter-brand%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Robert Anderson](https://wordpress.org/support/users/noisysocks/)
 * (@noisysocks)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11010397)
 * Hi @irinasopas, I recommend using [Flexbox layout](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
   for this.
 *     ```
       .navbar-header {
       	display: flex;
       	justify-content: center;
       }
       ```
   
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11010456)
 * Hallo dear. It didn’t work. Just moved the brand to the top vertically but was
   not centered horizontally. 🙁
 *  [Robert Anderson](https://wordpress.org/support/users/noisysocks/)
 * (@noisysocks)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11010563)
 * Apologies, try this one:
 *     ```
       .site-navigation-inner {
       	display: flex;
       	justify-content: center;
       }
       ```
   
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11013301)
 * Hello. Hope you’re doing fine today. It is almost there, almost centered. It 
   needs to go a little to the right! If you could help me to fix it, I will be 
   grateful forever.
 * Kisses
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11022461)
 * we did it! thank you dear and merry christmas
 *  [Robert Anderson](https://wordpress.org/support/users/noisysocks/)
 * (@noisysocks)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11022624)
 * Glad you got it fixed. Wishing a very Merry Christmas to you too 🙂

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

The topic ‘Center brand’ is closed to new replies.

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [center](https://wordpress.org/support/topic-tag/center/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [Robert Anderson](https://wordpress.org/support/users/noisysocks/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/center-brand/#post-11022624)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
