Remove White Space between content and footer.

Hi,

I need to remove the white space between my static home page content and footer. Please check the link: http://lauraporto.com/site/

How can i do this? I’ve tried some CSS codes from this forum, but it’s not working.

Thanks

Hey there

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove space*/'
#text-2 > div > p:nth-child(3),div#sbi_load {
    display: none;
}

Best Regards,
Support

Hey,

I’m fine! Thanks for your reply!!

I put this CSS code but the white space is still there :frowning:

Do you have another solution?

Best regards,

Patrick Jonas