Title: Resize Header
Last modified: August 22, 2016

---

# Resize Header

 *  Resolved [RobinRob](https://wordpress.org/support/users/robinrob/)
 * (@robinrob)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/resize-header-6/)
 * I would like to resize the header and make it smaller in width. (Logo & Navigation)
 * How can i do that?

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/resize-header-6/#post-5582594)
 * Hey RobinRob,
 * If I understood correctly you’re trying to move the elements more next to each
   other in the header? Something like this [http://screencast.com/t/3yAMjk2Vs](http://screencast.com/t/3yAMjk2Vs).
 * If that is the case this can be done by adding some custom CSS. The easiest way
   to do that, if your theme doesn’t already have custom CSS tab, would be to add
   it in your site using the following plugin
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 * Once the plugin is installed and activated you can add this code to Appearance
   >> Custom CSS:
 *     ```
       .site-pad {
       padding: 0 20px;
       }
       ```
   
 * Increase the 2nd numeric value (20px) to what ever suits you the most. It will
   push navigation and logo toward each other.
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Resize Header’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/resize-header-6/#post-5582594)
 * Status: resolved