December 25, 2018 at 2:36 pm
#59363
i.v.theodoridis
Participant
Found it.
To remove the blank space, I needed the following where page id is the id of the page I want to modify.
.page-id-85 .site-content {
padding-top: 0px;
}
Thanks