Page Top Blank Space Issue
-
As shown in the screenshot (indicated by the red arrow), I have already set the option to disable the page title for this page. However, when I design and edit the page, an unwanted blank space still appears at the top of the page. Could you please tell me how to fix this issue and remove the blank space from the top completely?
Attachments:
You must be
logged in to view attached files.
Hello,
That space is basically the padding top of the entire content, to remove this, please copy and paste the below given CSS code to Theme Settings >> Custom CSS and check back the result.
.page-id-86 main#main-content {
padding-top: 0 !important;
}
Best Regards,
Hello, I used the code you provided, but it doesn’t seem to be working.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the below custom CSS code and delete the old given code:
main#main-content {
padding-top: 0px;
}
Best Regards.