Less padding under menu.

Hi, friends.

I’m trying to lessen the amount of padding between the menu and the picture/body on my home page, erinsalmonwrites.com. I know you guys can help me out – you always do!

Thanks,
Erin

Hi Erin,

I hope you are well today and thank you for your question.

You can remove that space by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

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

body.home #main > .post-inner-content {
    padding-top: 0;
}

Best Regards,
Movin

That worked PERFECTLY, thank you! And thank you for the quick reply. You guys are awesome! :slight_smile:

You are most welcome here :slight_smile: