Home › Forums › Support › Archive page // Different spacing This topic has 3 replies, 3 voices, and was last updated 2 years, 11 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 23, 2023 at 3:45 am #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 March 23, 2023 at 8:40 am #2578988 DavidStaff Customer Support Hi there, those site links won’t open for me – can you confirm ? March 23, 2023 at 8:55 am #2579012 Fabien Sorry, I’ve put the wrong links. Please check updated version in comments March 23, 2023 at 10:51 am #2579178 YingStaff 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; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In