How do I get rid of extra space and horizontal rule under menu bar

I would like to get rid of the horizontal line between the menu bar and the page content and bring my content up closer to the menu bar. Can anyone help me with the coding for this? Or else where to adjust this in the theme customization menus? my site is www.artisanlivingspaces.com. My homepage is what I want all the other pages to look like. The homepage is the only page that is correct. All the other pages have the extra space and the horizontal rule that I want to get rid of.

Hi @marilou,

I hope you are well today and thank you for your 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 -> Unite Options -> Other -> Custom CSS


#main > article header.entry-header.page-header {
    display: none;
}

Best Regards,
Movin