Okay
  Public Ticket #1165182
Extra space below header and first row
Closed

Comments

  • Zach Carrier started the conversation

    How do I remove the extra white space between the header and the blue row? I'm looking to make the header white and tight up against the first blue row.

    Thanks.

  •  3,033
    Andrew replied

    Hi Zach,

    Thanks for contacting us regarding your query.

    You may use the following Custom CSS Code to accomplish this request. 

    div#page-header-wrap{
      display: none;
    }
    

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    Please let me know if there are any more questions that I may answer for you.

    Cheers!