Viewing 4 replies - 1 through 4 (of 4 total)
  • The sidebar where your contact us button is located is creating the whitespace.

    you can add the following css rule to reduce the height of the sidebar

    div#header-right-sidebar{
      height:95px;
    
    }

    Thread Starter iampatrickkennedy

    (@iampatrickkennedy)

    Thanks,

    Do I just put that in anywhere in the CSS or is there a particular place I need to put it?

    you want to add it to your custom css if you have it enabled or in the style.css of your child theme.

    If you have jetpack you can enable the custom css or load a plug-in for custom css.

    Thread Starter iampatrickkennedy

    (@iampatrickkennedy)

    Thanks I have it all fixed now!

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

The topic ‘Removing white space from below header’ is closed to new replies.