Viewing 5 replies - 1 through 5 (of 5 total)
  • AndreeaR

    (@andreearadacina21)

    Hi @wordzebra,

    It should be possible to remove the bottom white space by adding the following code to the Additional CSS editor within the Customizer.

    @media (min-width: 960px) {
        .nv-index-posts, .nv-single-page-wrap, .nv-single-post-wrap {
            margin-bottom: 0;
        }
    }

    I hope this will help. Have a nice day!

    Thread Starter wordzebra

    (@wordzebra)

    Hi @andreearadacina21 ,

    Thanks for your reply!

    I can try with that code, but any idea what caused the extra space to appear on that duplicated page but not on the original page? It shouldn’t be there in the first place.

    One other strange thing happens all the time and I think it might be related – when I edit my homepage, at the end in the “Join us” section, there is always an extra paragraph ready to be written on. I have to remove it manually every single time I open the page for editing. I think this is because I once pressed enter after the last paragraph, but then after I removed it, why does it keep reappearing?

    Likewise on that duplicated page, there is initially a plus that can be used to add a new section. Instead of doing this, I’m pasting the content of the page I want to duplicate. However, the plus remains at the end and it cannot be removed, or if I add a paragraph and then remove it, after that I still have the white extra space.

    Mat

    (@mateithemeisle)

    Hello @wordzebra ,

    That extra space is coming from a 40px bottom margin of the single post wrapper that Neve uses. You can use the code that @andreearadacina21 provided earlier and it will get it out of the way. The reasons behind its presence might be multiple, but most probably is due to the duplication of the page, which can affect the format in some special cases, or due to a plugin conflict. However, the code provided won’t have any bad effects on your site.

    As for the paragraph from the “Join us” section, it might be a paragraph block that will always be there until you use the option to “remove the block”.

    Can you please share with us the method your are using to duplicate the pages? It might help us uncover an issue that we didn’t know about yet.

    Thank you!

    Thread Starter wordzebra

    (@wordzebra)

    Hi @mateithemeisle ,

    Thank you for the detailed and careful answers!

    To copy a page, I first create a new blank page and then go to the one I want to copy, at the top right of the WordPress visual editor when you press the three dots, there is an option under “tools” which is called “copy all content.” I do that and I paste into the newly created page. Then I check “Disable Title” in the Neve options and thus I have a new page with the same content. Is there a better way?

    Hi, @wordzebra!

    There are many ways to duplicate a page. You can either duplicate it the way you currently do, by copying its content and pasting it on a new page, through a plugin or by adding some custom code. You can find more information on this topic here.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Something is causing an additional section to appear at the bottom of my homepag’ is closed to new replies.