Title: How can I decrease the space between Menu bar  Site description
Last modified: August 20, 2016

---

# How can I decrease the space between Menu bar Site description

 *  [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/)
 * I an not sure how to decrease the space between menubar and site description 
   of my site in child theme. The site url is [http://Wwww.aas-bd.com](http://Wwww.aas-bd.com).
   Any help will be appreciated highly.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191248)
 * You will probably need to start customising your theme’s CSS – possibly via a
   [child theme](http://codex.wordpress.org/Child_Themes). Try using Firefox with
   the Firebug add-on for this kind of CSS work.
    [http://getfirebug.com/](http://getfirebug.com/)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191251)
 * Look at the margins here:
 *     ```
       #site-description {
           color: #7A7A7A;
           font-size: 14px;
           margin: 0 270px 3.65625em 0;
       }
       ```
   
 * You’ll need to add the above selector and margin style — modified to your child
   theme stylesheet.
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191314)
 * I have added the code in the style.css in my child theme but It did not work.
   Please suggest again.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191315)
 * Consider posting on a [CSS-specific forum](http://csscreator.com/forum) when 
   querying CSS-specific issues.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191316)
 * There is no code like the above in your child theme stylesheet. Where did you
   add it?
 * If you have any caches, be sure to clear them.
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191318)
 * Hi WPyogi. I am sorry to post the previous reply. However after changing the 
   value 3.65625em into 1.65625em it worked. Finally thanking you for helping.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191319)
 * You have this:
 *     ```
       #site-description { color: #FF8C00; }
       ```
   
 * so try changing that to this:
 *     ```
       #site-description {
           color: #FF8C00;
           margin-bottom: 0;
       }
       ```
   
 * EDIT — we cross posted — no problem and glad you got it working!
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191323)
 * Thanks for help. However I see wide space in the left site both in the header
   and in main body section how can I do it into zero? Any help will be very appreciated.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191325)
 * You’ll need to look at the margins for both of those sections of the page (likely
   here: `.left-sidebar #secondary` and `#branding hgroup`). As esmi suggested, 
   the **best way to work with CSS is by using Firebug** — it will show you the 
   CSS that is affecting a specific area or element on a page. The firebug site 
   has good documentation about how to use it. Learning basic CSS is not hard — 
   just takes some practice. This is also a very good CSS reference:
 * [http://www.w3schools.com/css/](http://www.w3schools.com/css/)
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191328)
 * Yes I will follow firebug. Thanks for reference. However I could not solve extra
   space from left and right site both from left and right.

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

 The topic ‘How can I decrease the space between Menu bar Site description’ is closed
to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 4 participants
 * Last reply from: [aasbd](https://wordpress.org/support/users/aasbd/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/how-can-i-decrease-the-space-between-menu-bar-site-description/#post-3191328)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
