Home Forums WoodMart support forum Page Top Blank Space Issue

Page Top Blank Space Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #711834

    2303805254
    Participant

    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.
    #711865

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

    #711931

    2303805254
    Participant

    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.
    #712034

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to use the below custom CSS code and delete the old given code:

    main#main-content {
        padding-top: 0px;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)