2023-02-04, 07:26 PM
In my forums, I've set a margin for the .post attribute so that there's a break in between each post row, but this also creates an unwanted space on the last child post row.
The spaces circled in green are intentional, but how do I remove the one circled in red? Basically, I want the last child post row and the tfooter to be seamless.
I've tried editing some of the attributes in css3.css but I'm not able to see results.
![[Image: eCWSfcb.png]](https://camo.mybb.com/57d8bc60d6333fff3150833c3f34b26c3b93fe93/68747470733a2f2f692e696d6775722e636f6d2f654357536663622e706e67)
.post {
overflow: hidden;
background: #12151a;
margin: 0 0 5px 0;
}
The spaces circled in green are intentional, but how do I remove the one circled in red? Basically, I want the last child post row and the tfooter to be seamless.
I've tried editing some of the attributes in css3.css but I'm not able to see results.