Home Forums WoodMart support forum how to edit header height?

how to edit header height?

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

    yanzhi
    Participant

    I already read the post of How to change the header height and edit it, but it doesn’t changed.

    Attachments:
    You must be logged in to view attached files.
    #377683

    Hello,

    The issue is caused by the mainpage wrapper padding.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. Then check back.

    .home .main-page-wrapper {
    padding-top: 0;
    }

    Best Regards

    #382155

    yanzhi
    Participant

    I already add the css, but one page doesn’t changed.

    Attachments:
    You must be logged in to view attached files.
    #382223

    Hello,

    Please delete the old given CSS and use the below custom CSS code:

    .main-page-wrapper {
    padding-top: 0;
    }

    Best Regards.

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