Home Forums WoodMart support forum Top margin

Top margin

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #547776

    RD
    Participant

    Hello,
    there is a margin between the header to the main content area.
    how can we disable this margin? also on the footer I think there is also a margin.

    thanks.

    #547985

    Hello,

    You can find the option in the Design tab for WP bakery page builder and the Advanced tab for Elementor.
    https://xtemos.com/docs-topic/top-and-bottom-paddings/

    Best Regards.

    #547988

    RD
    Participant

    I saw that before submitting the question.
    why you are adding it on the theme?
    can you add to the theme a setting to control that?
    also,
    can you send a css code to control that until you will add it to the theme settings? I want to disable it on all the website and if I will need it, I know how to add margin and padding on the elementor.
    I saw many people asking to change it.

    I am using elementor.

    thanks.

    #548093

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you the possible solution.

    Best Regards.

    #549015

    RD
    Participant

    why do you need my site login? it’s a new site with your theme and elementor.
    I don’t have anything on it yet. just your theme and elementor.
    can’t you provide CSS code to disable this margin?

    thanks.

    #549057

    Hello,

    Please go to Dashboard >> Pages >> Edit the page with Elementor Page Builder, edit the very first container. In the advanced options set the margin.
    https://ibb.co/cyC6RhK

    Best Regards

    #549061

    RD
    Participant

    I know I can do that but this is NOT what I want since I don’t want to do it on every page onsite.
    please send a CSS code that will disable that margin on the whole site.

    thanks.

    #549084

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards

    #549130

    RD
    Participant

    Sure..

    #549244

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .main-page-wrapper {
        margin-top: -80px !important;
    }
    .footer-container {
        margin-top: -40px;
    }

    Best Regards.

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