WooCommerce top margin\padding in specific category page

Hello,

I’m handling a tricky problem.

The category page has a space between the content and the nav bar.
All other pages a perfectly fine!
Pic #1 showing the space in the category specific page.
Pic #2 shows the rest of the pages that are OK.

I dont have a url since i’m working on the website offline.

Any ideas?

Thanks,
Yaad.

Hi Yaad,

I hope you are well today and thanks for posting here.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

body.archive.tax-product_cat .page-title-wrap {
    padding: 0;
}

Best Regards,
Movin