Home Forums WoodMart support forum What is the right way to disable the padding-top 40px set for every page ?

What is the right way to disable the padding-top 40px set for every page ?

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

    chefnelone
    Participant

    Hello,

    What is the right way to disable the padding-top 40px set for every page to #main-page-wrapper? Take a look at the capture to see what I mean: https://i.gyazo.com/8ac850539a1aad839814be6303e05c34.png

    Thansk.

    #536933

    Luke Nielsen
    Keymaster

    Hello,

    Just give a negative margin for the first section of the page and that space will gone.

    https://take.ms/xUZ2B

    Kind Regards

    #537252

    chefnelone
    Participant

    Hello,

    Ok, but in this way I have to do it in every page and then test it in mobile device, etc.
    Is there a way to do it using CSS or settings in the theme?
    Thanks.

    #537360

    Luke Nielsen
    Keymaster

    Hello,

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

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

    Regards

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