• Resolved mygrove

    (@mygrove)


    I have two blank ‘sections ‘lines’ immediately below the page title. If you look carefully they are represented by two small blue blocks.

    They occur below the following line:

    div.nv-content-wrap.entry-content

    I can tweak the CSS to make the blocks invisible but how can I remove this space completely and move the page content up. This is vanilla Neve without Elementor.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @mygrove,

    Thank you for choosing Neve!

    I wasn’t able to replicate your behaviour on a similar environment. Can you send a screenshot with the page in edit mode, so we can see how those small blocks have been added? They look like some empty code blocks, so probably you forgot to delete them.

    Looking forward to your reply,

    Irinel

    Thread Starter mygrove

    (@mygrove)

    Not a lot to see, but here it is (I don’t know why but the image block will not accept online images in this editor, so I have used embed instead):

    Thread Starter mygrove

    (@mygrove)

    By trial and error I have found that inserting the following in Neve’s Additional CSS removes the markers and spacing. I just don’t know if it has any undesirable effects elsewhere. The original CSS is from neve/style-main-new.min.css.

    code {
        border: 0px;
        padding: 0 0px;
    }
    AndreeaR

    (@andreearadacina21)

    Hey @mygrove,

    Thank you for sharing the status!

    Due to the implementation of the provided code, I no longer have visibility into the initial issue. To further troubleshoot, consider deactivating all plugins and checking if the problem persists. If not, reactivate each plugin individually to identify the one causing the issue.

    Feel free to reach out if you encounter any challenges or need additional assistance.

    Best regards,

    Andreea

    Thread Starter mygrove

    (@mygrove)

    @andreearadacina21

    <<Due to the implementation of the provided code, I no longer have visibility into the initial issue.?>> !!?

    You will see from my previous comment the error is in Neve’s CSS. I have been through disbaling the other plugins and checked the page inspector.

    Hello @mygrove,

    The styling of the code blocks comes from Neve’s CSS because this is how themes style the default WordPress blocks.

    With the additional CSS that you provided, you are adding custom style to the code block, and this will have effect on every instance of the mentioned block.

    The unwanted blocks are coming from the shortcode you used, so you can get in touch with that plugin’s support in order to get more information on why this happens.

    I hope things are more clear now!

    Best regards,

    Irinel

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Redundant spacing below page title’ is closed to new replies.