Site logo

Archived topic

Archive page // Different spacing

3 replies · Started by Fabien on March 23, 2023

Viewing posts 1–4 of 4

Hi,

I've noticed a "weird behavior".

Indeed, on blog archives pages, GP adds a padding-bottom: 40px;

On other archive pages, GP doesn't add this padding-bottom: 40px;

Please see examples in private info.

Fabien

Hi there,

those site links won't open for me - can you confirm ?

Sorry, I've put the wrong links. Please check updated version in comments

Hi Fabien,

Both CSS are there, but in archive page, the padding 0 CSS overrides the padding 40 CSS.

Do you want to remove the padding?

If so, add this CSS to override both:

:is(.one-container.blog,.one-container.archive) .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 0;
}
This archived topic is closed to new replies.