I’ve tried different solutions suggested in the forums here to remove the white space between the header and the first row immediately below it.
I’ve set the top margin of the first row to -50px, and it only partially gets rid of the space. Setting it to anything lower than -50px doesn’t do anything keeps the same small white space gap remaining and doesn’t change.
I also used the only CSS code that seemed to work
.hentry .entry-wrap {
padding-top: 0px;
}
But it still left a small white space that I couldn’t get rid of no matter what I did (same small gap that didn’t go away with lowering the top margin of first row to below -50px).
Is there something else I’m missing?



