@ilex01 It’s become your “recent jobs” tab panel has its height set explicitly to 0 pixels, so the page isn’t creating enough space to accommodate for the recent ads items. You’re only seeing the ads because they’re “overflowing” the container.
Remove your custom .h0 class from your custom styles (especially since Bootstrap already has a .h-0 utility class that does the same thing). I don’t know why you’re trying to set the height to zero in the first place, though.
I’ve added a dashed red border around the element to illustrate where the problem is. As you can see, the red border doesn’t actually have a height and isn’t “wrapping” your ads.
