• zinaalam

    (@zinaalam)


    hi there! Please bear with me as I am slowly trying to figure out WordPress.

    I wanted to know if it was possible to remove the white space that exists between my black header bar (with the search field) and the page/ image that begins below it.

    I am talking about the front page of my website here: https://migrationmapping.org/

    Appreciate if anyone can tell me if this is possible! Many thanks!!!

Viewing 1 replies (of 1 total)
  • Melissa

    (@emdashing)

    Hello!

    You can add some custom CSS to your child theme to accomplish this. I would try:

    .site-header-main {
      padding-bottom: 0px;
    }

    and

    #site-content {
      padding-top: 0px;
    }

    Best of luck with your project! It’s looking great!

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove white space between header and post’ is closed to new replies.