Title: [Theme: Delicate] How Do I Decrease The Padding Between the 1st Post and the Menu?
Last modified: August 20, 2016

---

# [Theme: Delicate] How Do I Decrease The Padding Between the 1st Post and the Menu?

 *  [BJBusch84](https://wordpress.org/support/users/bjbusch84/)
 * (@bjbusch84)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/theme-delicate-how-do-i-decrease-the-padding-between-the-1st-post-and-the-menu/)
 * Hey Guys – So I just moved a blogger blog over to WordPress and there’s just 
   one last thing I want to change. What do I need to edit in the css to make the
   padding between the first post and the menu smaller? Thank you!
 * My Site: [http://www.chartsmarter.com](http://www.chartsmarter.com)
 * [http://wordpress.org/extend/themes/delicate/](http://wordpress.org/extend/themes/delicate/)

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

 *  [Amit Mandaliya](https://wordpress.org/support/users/asony999/)
 * (@asony999)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/theme-delicate-how-do-i-decrease-the-padding-between-the-1st-post-and-the-menu/#post-2537735)
 * Hi,
 * Find class “top” in css file and reduce margin as much as you want:
 * `.top { margin: 15px 0px 30px 0px; float:left; width: 970px; border-bottom:1px
   solid #EEEEEE; border-top:1px solid #EEEEEE;}`
 * In the above class, 30px is bottom margin. Reduce as much as you want.
 * Thanks,
    Asony
 *  Thread Starter [BJBusch84](https://wordpress.org/support/users/bjbusch84/)
 * (@bjbusch84)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/theme-delicate-how-do-i-decrease-the-padding-between-the-1st-post-and-the-menu/#post-2537913)
 * Thanks asony, that’s not working for me though. Are you sure you got that right?
   I don’t have any change when I change it from 30 to 0. Thanks!
 *  [meetjoegreek](https://wordpress.org/support/users/meetjoegreek/)
 * (@meetjoegreek)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-delicate-how-do-i-decrease-the-padding-between-the-1st-post-and-the-menu/#post-2538023)
 * Hi BJBusch84 and others,
 * This worked for me.
 * Go to your CSS page.
 * **#1 – Change the 30px to 0px asasony999 said earlier.
 * .top { margin: 15px 0px **0px** 0px; float:left; width: 970px; border-bottom:
   1px solid #EEEEEE; border-top:1px solid #EEEEEE;}
 * **#2 – Change the margin-bottom: value to 0px as shown below.
    
   
    .head-img {
   margin-bottom:0px; position:relative;} .head-img img {border:0px;}

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

The topic ‘[Theme: Delicate] How Do I Decrease The Padding Between the 1st Post 
and the Menu?’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [meetjoegreek](https://wordpress.org/support/users/meetjoegreek/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/theme-delicate-how-do-i-decrease-the-padding-between-the-1st-post-and-the-menu/#post-2538023)
 * Status: not resolved