Home Forums WoodMart support forum Remove space below header

Remove space below header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #646950

    Maxor
    Participant

    Hi
    I cannot get rid of that space (approx 50px height) below header

    i cannot find where to remove this space

    see attached

    thank you for your help

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

    Hello,

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

    If you have any questions feel free to contact us.

    Best Regards,

    #648287

    Maxor
    Participant

    Hi

    For those looking for the solution, add this in your settings Woodmart > custom CSS :

    .wd-content-layout {
        padding-block: 0px!important;
    }
    #648339

    Hello,

    Thanks for sharing your solution!

    This will remove the top and bottom padding from all pages, which might not be ideal if some pages rely on that space for design balance.

    If you want to apply it to a specific home page only, you can find the option in the Design tab for the WP bakery page builder and the Advanced tab for Elementor to remove the white space: https://xtemos.com/docs-topic/top-and-bottom-paddings/

    Best Regards,

    #648445

    Maxor
    Participant

    Hi

    Yes it will remove the top and bottom padding on all pages

    i think it’s better to set the desired padding on header and footer layouts

    like you would do with elementor pro theme builder

    #648573

    Hello,

    Actually, the top and bottom spacing you’re seeing seems to be coming from the padding applied to the Elementor container/section, not the header or footer layouts themselves.

    You can adjust or remove the padding directly within the container settings at the home page. If you have faced the issue on all pages you need to use custom css code.

    Best Regards

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