Home Forums WoodMart support forum Can’t remove top margin on Elementor full-width page

Can’t remove top margin on Elementor full-width page

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

    Hello,

    I’m having trouble removing the top margin (approximately 15px) on a specific page using Elementor and WoodMart. I’ve already successfully removed the side margins by adjusting the settings under Xtemos Extra, but the top white space persists.

    I’ve tried the following without success:
    – Setting margins and paddings to zero in Elementor Advanced settings.
    – Using CSS custom code to eliminate margin and padding:

    `
    .main-page-wrapper.website-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    }

    .whb-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    }

    .page-title {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    }
    `

    However, this hasn’t solved the issue. Could you please help me identify exactly what might be causing this persistent top margin and guide me on how to remove it completely?

    Thanks a lot for your support!

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

    Hello,

    To remove the white space, navigate to the Advanced tab in Elementor:

    1. Go to Pages in your WordPress dashboard.
    2. Select Edit Home Page with Elementor.
    3. Edit the Top Container and adjust the padding settings as needed.

    https://xtemos.com/docs-topic/top-and-bottom-paddings/

    Best Regards,

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