Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@bjbusch84)

    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!

    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.