Hello,
I have moved my portfolio so that it comes straight after the top banner but there is a big black strip now between them which I would like to get rid of… is this possible? And if so, how do I do it?
Thank you!
Agatha
Hello,
I have moved my portfolio so that it comes straight after the top banner but there is a big black strip now between them which I would like to get rid of… is this possible? And if so, how do I do it?
Thank you!
Agatha
Hi Agatha,
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 the gap?
Kind Regards,
Movin
You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
.shapely_home_portfolio section.projects {
padding-top: 0;
}
.shapely_home_portfolio section.projects > .container {
display: none;
}