Remove space after removing page title/header?

I managed to remove the page title/header on my website’s About and Contact pages. However, it left behind a space between the top of the content area and the content, so that it’s not aligned with the top of the sidebar. Is there any way to remedy this? Thanks!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Oops, sorry about that. :slight_smile:

It’s https://thecaraficionada.com

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the padding by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove top padding*/
.post-inner-content {
    padding-top: 0px;
}

Best Regards,
Support

Perfect. Thank you! :slight_smile:

Hi, there

Nice to hear your problem is fixed:) Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!