Problem with parallax section

Hello,

I have a little problem with content on my website : when i have a page with some parallax sections, if the last parallax section have a right image, i have a blank section under my last parallax like on this page : http://www.netweets.fr/realisations/air-wesh/

I think i have the same problem with a page which the last parallax section have a left image, but with a left image, the background of the parallax section is white, so it’s “invisble” like on this page : http://www.netweets.fr/realisations/veolia/.

If someone have a solution to this problem ?

Thank you !

PS : sorry for my bad english :slight_smile:

Hello,

I hope you are doing well today.

You can use the following CSS code to remove the space by going to Appearance > Customize > Additional CSS and pasting it there.


section, footer {
    padding: 0px 0;
}

Best Regards,
Support

Thank you for your fast anwser !
But if i do that, my entire design is modified and all my sections will haven’t padding…

hey there

Please add this CSS in appearance - customize - additional CSS

.page-template-template-widget section.content-area {
padding-bottom: 0px;
}

Thanks!
Colorlib Support Team

It works perfectly, thanks !

Hi, there

I will close this case now, Feel free to contact us again if you have other questions
Thanks!