Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello
    1-Login to your WordPress site dashboard

    2-Go to Appearance > Editor

    3-In the code that appears, search for #header

    2-You’ll see a code like this below:

    #header {
        position: relative;
        height: 165px;
        margin-bottom: 20px;
        z-index: 1000;
    }

    Replace it with the code below:

    #header {
        position: relative;
        height: 120px;
        margin-bottom: 20px;
        z-index: 1000;
    }

    Good Luck

    Thread Starter Vipul Behl

    (@vipulbehl94)

    Thank you very much i was able to reduce the space.

    Glad I helped

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce space between header and navigation bar’ is closed to new replies.