whitespace between header and the top section of the content

Hi, is there any way to remove the top section of the content part in my site. this is supposed to be where the sliders should be, but I’m not using the sliders and even if i dont use it, theres still that annoying white space before my posts.

Hi @jannahbanana,

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

hi @Movin, lowcarbasia.com

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 -> Activello Options -> Other -> Custom CSS

div#content {
    margin-top: 0;
}
.top-section {
    display: none;
}