Viewing 5 replies - 1 through 5 (of 5 total)
  • This is because the top padding assigned to the element. This should take care of it.

    .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results {
      padding: 0 50px;
    }

    Just add this to your custom css.

    This will take away the padding at the top and push the content up for you.

    Cheers!
    [sig moderated as per the Forum Rules]

    Thread Starter priyaprabhakar

    (@priyaprabhakar)

    Where exactly? style.css, editor-style.css, or rtl.css?

    Thank you!

    You would either create a child theme or use a plugin such as simple custom CSS. And add this code there.

    Cheers!

    Thread Starter priyaprabhakar

    (@priyaprabhakar)

    Thank you so much. That worked.

    I appreciate your help.

    My pleasure! Please mark this thread as “resolved” so that others know. Thank you.

    Onwards and upwards,
    -Trey

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing space between header and body’ is closed to new replies.