White Space at Bottom of Parralax Full Img

Hi Movin,

I wonder if you could help. Below my parallax full images on the homepage of my site there is a little white space I would like to remove.

See attached a screenshot of the little white space between my bottom parallax image and contact us CTA. Do you know how I could remove this? I will link you my site in a private comment as well.

Hi @tbone,

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

Could you please share me your site URL where it’s displaying so that i can help you to remove it?

Kind Regards,
Movin

www.tjdonegan.com - underneath the last parallax image

To remove that white space try removing the following custom CSS code that you are using on your shared site.

body .parallax-mirror:first-child {
    margin-top: -55px;
    width: 100%;
}