Disable Page Title White Space

Hello,
Integrity Stack: After disabling a page title how do I reduce the white space where the title used to be? I’ve tried this but it also impacts the posts which I don’t want.

.entry-content.content {
margin-top: -70px;
}

Thanks

HI there,

Would you mind providing the URL of the site in question since there are several URLs in your licenses page so that we can check your site.

Thank you.

http://programology.com/admissions/

This is a good example

Hello Derp,

Thanks for updating the thread.

Please add following CSS under Pro > Theme Options > CSS:

.entry-wrap {
    padding-top: 0;
}

Let us know how it goes.

Thanks.

Thank you that works. However it also impacts the posts. Is there a way to have this only effect pages?

Hi,

Yes, please change the code to this.

.page .entry-wrap {
    padding-top: 0;
}

Hope that helps

That did it. Thanks!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.