Viewing 4 replies - 1 through 4 (of 4 total)
  • .header-content {
    float: left;
    padding: 35px 28px;
    position: relative;
    width: 1114px;
    }

    That rule in your CSS is where the space is set. Padding is added 35px top and bottom and 28px left and right.

    You would need to add a rule like this

    .header-ccontent {
    padding: 0 28px;
    }

    Add the value that you want.

    You can find a plug in to add CSS, make a child theme or your own theme might have that function.

    Come back if it doesn’t work

    Thread Starter superwomanindia

    (@superwomanindia)

    This works for me.. awesome..
    Thankyou..!!

    Glad it worked.

    Please mark this thread as resolved. Thanks

    Thread Starter superwomanindia

    (@superwomanindia)

    Sure.. completed. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to reduce header space’ is closed to new replies.