How to remove extra white space at top of container

I used the code to remove the page titles from but there is too much empty space above the first paragraph on the home page. page text begins. How can I reduce this white space above the first paragraph? Thank you.

http://www.rulesmuse.com/

Hi @beingradha,

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

You can try reducing it 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 -> Sparkling Options -> Other -> Custom CSS


body.page .post-inner-content {
    padding-top: 0;
}

Best Regards,
Movin