Title: change Logo Width
Last modified: April 14, 2018

---

# change Logo Width

 *  Resolved [frenchiehill](https://wordpress.org/support/users/frenchiehill/)
 * (@frenchiehill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/change-logo-width/)
 * Hi
 * thanks for all the support,
    my menu is more long than the rambo demo, so my 
   longer menu change place and is now below and under the logo. Can I change only
   the width of the logo, because we have unused place at the right of the head 
   logo now, instead of usually menu. Can I change the Logo width instead of 200,
   I would like 1200 pixels Thanks a lot
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-logo-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10184679)
 * Hi [@frenchiehill](https://wordpress.org/support/users/frenchiehill/),
 * Thanks for contacting us,
 * For this you can paste the following css code in custom css filed **(Theme Dashboard
   >> appearance >> customize >> header setting >> custom css filed)**
 * .brand img.custom-logo
    { width: 1200px !important; }
 * Change width size according to your need.
 * Thanks
    -  This reply was modified 8 years, 1 month ago by [Imran Ali](https://wordpress.org/support/users/imranaliweb/).
 *  Thread Starter [frenchiehill](https://wordpress.org/support/users/frenchiehill/)
 * (@frenchiehill)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10185142)
 * Thanks a lot !!!
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10185225)
 * Hi @frenchiehil,
 * Close this ticket!!!
 *  Thread Starter [frenchiehill](https://wordpress.org/support/users/frenchiehill/)
 * (@frenchiehill)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10188970)
 * it could be work, but wordpress resize the original to 1200 pixels, and inside“
   website identity” the resize section stay at his first size : look at this 2 
   screenshots :
 * [https://drive.google.com/file/d/1qzIfv7nGqsWpbS4_-beF_LLzuXDrqsq4/view?usp=sharing](https://drive.google.com/file/d/1qzIfv7nGqsWpbS4_-beF_LLzuXDrqsq4/view?usp=sharing)
 * [https://drive.google.com/file/d/1tT2Hraa-R5TjIEO-70c_hOLEomVSUx4m/view?usp=sharing](https://drive.google.com/file/d/1tT2Hraa-R5TjIEO-70c_hOLEomVSUx4m/view?usp=sharing)
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10192747)
 * Hi @frechiehill,
 * Following the instruction is given below, you can change the height or Width 
   of the logo.
 * 1. First of all you can download code-snippets plugin from wordpress.org, You
   can download the plugin with this link. [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 * 2. Now you activate code-snippets plugin.
 * 3. Then click on the add menu of Snippets plugin and paste it in the below code
   then click on the save changes button
 * function rambo_customlogo() {
    add_theme_support( ‘custom-logo’, array( ‘width’
   => 150, ‘height’ => 100, ) ); } add_action( ‘after_setup_theme’, ‘rambo_customlogo’,
   11 );
 * You can follow the screenshot below.
    [http://prntscr.com/frspzf](http://prntscr.com/frspzf)
 * You can change the height or width according to your need.
 * 4. Now you can click on All Snippets and activate the code, you can follow the
   given screenshot.
    [http://prntscr.com/frsqpn](http://prntscr.com/frsqpn)
 * Hope this helps!
 * Thanks
 *  Thread Starter [frenchiehill](https://wordpress.org/support/users/frenchiehill/)
 * (@frenchiehill)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10193229)
 * It works great ! Thanks a lot ! Good work !

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

The topic ‘change Logo Width’ is closed to new replies.

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

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [frenchiehill](https://wordpress.org/support/users/frenchiehill/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/change-logo-width/#post-10193229)
 * Status: resolved