Home Forums WoodMart support forum how to remove white space (elementor)

how to remove white space (elementor)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #266550

    Shoyu969
    Participant

    Hello
    please advice how to remove white space btw header and first section (banner)
    I’m using elementor for my front page. please see attached picture

    Thank you

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .home .main-page-wrapper {
        padding-top: 0px;
    }
    
    .home .whb-header {
        margin-bottom: 30px;
    }

    Regards.
    Xtemos Studios.

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