empty space in portfolio section

Here, first of all sorry for my english

I’m having an issue since the last update.

There’s a grey bar in the top of the portfolio section that i want to delete.

here’s the website: www.apostroferock.com

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*/
/*remove empty div*/
#custom_shapely_home_portfolio-3 > section > div.container > div{
  display:none !important;
}
/*remove padding*/
section.projects.bg-dark.pb0{
  padding-top:0px !important;
}

Best Regards,
Support