• Resolved praveshpandey

    (@praveshpandey)


    Hello All,

    As you can see on the page I have shared with this message, there is a gap between the heading(Top 10 simple ways to save money) and the header. I want to be able to reduce and/or remove that gap entirely. I am not sure how to do that. This page is not designed using Elementor plugin, in which I can edit it as I want to but, this post is created using WordPress block editor and I am not able to move this heading block up freely. please help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @praveshpandey!

    Thanks for choosing Neve!

    Please try to add the code below in the Additional CSS section within the Customizer. It should reduce that white space.

    .nv-content-wrap.entry-content {
        margin-top: 0px !important;
    }

    If you want to completely remove the space, you could add both the code above and the code below in the Additional CSS section within the Customizer.

    h1.alignfull.has-text-align-center.has-neve-link-color-color.has-nv-c-2-background-color.has-text-color.has-background {
        padding-top: 0px !important;
    }

    Let me know how this worked for you!

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Moving the heading block up by 50px’ is closed to new replies.