Viewing 1 replies (of 1 total)
  • Use the code below to remove the padding on your site’s header element. this needs to be placed in your custom css area within your theme’s control panel or at the bottom of your style.css file if using a child theme

    .site-header {
      padding-top: 0 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove White Space’ is closed to new replies.