Excess Padding around Posts Page Title

lisa

(@contentiskey)

it seems like there is a min-height applied in CSS to the area with the title on post archive page – likely part of your Kadence theme (unless you set up some customizations). This can be changed but it might be helpful to contact Kadence support. The min-height might apply in other areas too. Kadence support might have an idea for a simple way to adjust.

here’s the code that seems to be creating the “extra padding”

.entry-hero-container-inner .entry-header {
    min-height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
}

Alternatively: Make a custom CSS adjustment in the Additional CSS area of WP-Admin. Try something like this:

.entry-hero-container-inner .entry-header {
    min-height: 0px;    
}

Thanks so much! I found the post archive settings and got it resolved!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer