Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding margin-bottom:-12px to following css style in your stylesheet:

    #site-title {
    margin-right: 270px;
    padding: 3.65625em 0 0;
    }

    It’ll be:

    #site-title {
    margin-bottom: -12px;
    margin-right: 270px;
    padding: 3.65625em 0 0;
    }

    Thread Starter renosf

    (@renosf)

    Thanks!:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Space under navigation’ is closed to new replies.