• Hello. Have been trying to remove the white space under the header. I am new to all of this and am not a programmer but trying to do the best I can by searching online / following instructions. Although there are several topics on this, I can’t seem to get the space removed.

    Appreciate any assistance.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • First, your child theme’s style.css seems to have php embedded in it. You should correct that.

    Then, try adding these rules to the end of style.css:

    #branding { line-height: 0 !important; }
    #branding hgroup { line-height: 1 !important; }
    Thread Starter Sanjay Sethi

    (@sanjay-sethi)

    Thank you vtxyzzy. Sorry for the basic question, but how do I correct the “php embedded in the child theme”?

    Thank you.

    You will need to edit the style.css file. But, I suspect from the question that you will need to hire someone to do that for you. You can post a job request on http://jobs.wordpress.net at no cost to you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing space in header – newbie’ is closed to new replies.