Footer white space

Home Forums Jevelin Theme Footer white space

Home Forums Jevelin Theme Footer white space

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • b_sanj
    Participant

    hello there, there seems to be a white space just above my footer. I’ve looked at all the surrounding padding options but can’t seem to get rid of the white space. my website is http://www.blankcanvasart.co.uk. I have included a scree shot of this. Please could you help me?

     

    Thank you

    Sanj

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Sanj,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home .page-content .sh-comments {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    b_sanj
    Participant

    this won’t slowly site down will it? Thank you though

     

    Sanj

    No it won’t slow down your site.

    NickRust
    Participant

    Hi there,

     

    I am having this same issue, however, the custom code you’ve supplied doesn’t fix the issue, even when I mark as !important

     

    Could you please advise if there is a fix for this on the following page:

     

    https://ceternadev.wpengine.com/home-2/

     

    Thanks!

     

    @NickRust You can remove it from your site using below custom CSS code.

     

    #wrapper > .sh-page-layout-full .page-default-content {
        padding-bottom: 0 !important;
    }

    NickRust
    Participant

    That’s worked perfectly.

     

    Thank you!!

    You are most welcome here 🙂

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