Category formatting for other pages

This is a continuation of this topic.

On Archives/tags/categories/search pages, the code doesn’t seem to work and only the first post has the overlapping category but even that is not correctly aligned. Please help!

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

Admin Area -> Appearance -> Customize -> Additional CSS


.post-inner-content {
    padding-top: 0 !important;
}