• Resolved CyberNic6

    (@cybernic6)


    Hi,

    With Zerif-lite theme, a empty zone of 30px appears to the bottom of a pages ? Full-with ?, even if the page’s comments are disabled.
    Is someone knowing how can I delete this empty space ?

    Thank you very much.
    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there CyberNic6,

    How are you today?

    It’s very difficult to say what that space is exactly without actually seeing it.

    Would you mind posting few examples on your site where you have this so I can take a look?

    Best regards,
    Bojan

    Thread Starter CyberNic6

    (@cybernic6)

    Hello,

    Thank you for your answer.

    This zone is used by the page comment, and it appears with 30px high just between the end of the page and the footer even if no comments are present on the page. In my case the comment’s option is deactivated for all pages.
    Please don’t take care on the content of this page, it’s only a prototype for testing: https://www.inoxit.info/service-depannage/
    Thank you for your help.

    Kind regards,
    Nicolas

    Hey again Nicolas,

    Thanks for the link and the explanation ??

    There is 30px padding and 30px margin on one of the elements which is creating that space there, see screenshot https://screencast.com/t/Uc6bqg8gP4.

    You should be able to override it with some custom CSS, to do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    #primary article.hentry {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    This should remove that space, if the code doesn’t work please keep it added and let me know so I can take a look ??

    Cheers,
    Bojan

    Thread Starter CyberNic6

    (@cybernic6)

    Hi Bojan,

    Thank you very much, it’s working like a charme for me.

    Have a nice day with THE THEME ZERIF-lite.

    Cheers,
    Nicolas

    Hey Nicolas,

    Glad I could help ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘empty zone of 30px’ is closed to new replies.