Remove space on portfolio homepage

Hello everyone,

I use the portfolio widget as a home page, but as you can see there is a space between my images and the menu header. So I would like to remove this empty space in order to place my pictures just under the menu header.

www.maximesabin.com

Thank you very much,
Have a nice day :slight_smile:

Hi there,
Thanks for reaching out.
In relation to your query here, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

.home section.projects.pb0 {
padding-top: 0px !important;
margin-top: -40px;
}

I hope this helps.
Best Regards,
Support.