Site logo

[Support request] Archive page // Different spacing

Home Forums Support [Support request] Archive page // Different spacing

Home Forums Support Archive page // Different spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2578469
    Fabien

    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

    #2578988
    David
    Staff
    Customer Support

    Hi there,

    those site links won’t open for me – can you confirm ?

    #2579012
    Fabien

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

    #2579178
    Ying
    Staff
    Customer Support

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.