Title: Centered logo
Last modified: August 31, 2016

---

# Centered logo

 *  [luanharder](https://wordpress.org/support/users/luanharder/)
 * (@luanharder)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/centered-logo-2/)
 * Hi, Im using the wen business theme on my site [http://www.echoaengenharia.com.br](http://www.echoaengenharia.com.br),
   but I would like to centralize the logo just above the menu. How do I do that?
   
   Thank you very much.

Viewing 1 replies (of 1 total)

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/centered-logo-2/#post-7174911)
 * Hello,
    You can put the given CSS in Customize > Themes Options > Advanced Options
   > Custom css.
 *     ```
       #site-navigation {
       	width:100%;
       }
       .site-title {
           float: none;
       }
       .site-branding {
           text-align: center;
           width: 100%;
       }
       ```
   
 * This should do the trick.
 * Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Centered logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wen-business/2.2/screenshot.png)
 * WEN Business
 * [Support Threads](https://wordpress.org/support/theme/wen-business/)
 * [Active Topics](https://wordpress.org/support/theme/wen-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wen-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wen-business/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/centered-logo-2/#post-7174911)
 * Status: not resolved