I am trying to change the Page Title height. I saw on a thread that the code should be:
.x-header-landmark {
padding: 30px 0;
}
But it didn’t work for me. I adjusted the number of pixels and still there were no changes. I would like for the space between the Page Title and Page Content to be smaller.
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.entry-content {
margin-top: 0;
}
If you still need to decrease the spacing; let’s decrease the padding of the first section. Let’s select the section and change the default padding 45px to smaller value.