White Space on Category Page Help

Hello,

I managed to remove the category titles from the category page, but now I am left with this large white space between my logo and my content. Can I decrease this space so the content (posts under that category) are closer to the logo? This is only a problem when looking at categories.

I have posted a screenshot for demonstration. This is on the “explore” category page, and the “explore” posts begin after a large chunk of white space from the logo.

Please help!

Thanks so much.

Ash

Hi Ash,

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 -> Customize -> Activello Options -> Other -> Custom CSS

body.archive.category #main > header.page-header{
  display: none;
}

body.archive.category #main .post-inner-content{
  padding-top: 0;
}

Best Regards,
Movin

Amazing! You are the best! Seriously :smiley: Thank you so so much!

You are most welcome here :slight_smile: