white space between title and post

Hello!

I was wondering about the css code to change the size of the white space between my header and the post on the homepage. See attached.

www.dishoveled.com

bw

anna

Hi Anna,

Thank you for your another 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 -> Activello Options -> Other -> Custom CSS


body.home .container.main-content-area {
    margin-top: 20px;
}

Best Regards,
Movin

Hello!

Thanks for your help. Unfortunately this code does not seem to help? The white space is not changing, regardless of what pixel value I add?

bw

anna

It seems it is not working on your site because there is CSS error in your existing custom CSS code.

So to make it work try adding the provided CSS code at the top of your existing custom CSS code.

thank you! excellent advice.

You are most welcome here :slight_smile: