Open ScarlettYing opened 1 year ago
GP adds this CSS added to blog and archive when using one container option:
.one-container.archive .post:not(:last-child), .one-container.blog .post:not(:last-child) { padding-bottom: some px; }
This CSS affects query loop block posts as well, it overrides the GB padding-bottom.
GP adds padding-bottom to the posts.
The posts' paddings should be controlled by GB's container settings.
Description
GP adds this CSS added to blog and archive when using one container option:
This CSS affects query loop block posts as well, it overrides the GB padding-bottom.
Steps to reproduce
Actual behavior
GP adds padding-bottom to the posts.
Expected behavior
The posts' paddings should be controlled by GB's container settings.
References