I'm experiencing a frustrating issue with my latest version of . The "Recent Updates" line is a table cell that spans three cells - the left side, a spacer in the middle, and the right side. This line is generated by a border-bottom set by CSS. I'd like to add more space below that line before the next row, which displays the first recent post.
I've tried setting a margin-bottom value for the table row, but nothing seems to change. I also attempted the same for the table cell containing "Recent Updates," but still no success. Padding-bottom works, but it only increases the spacing between "Recent Updates" and the line itself. What I really want is space after the line, before the next table row.
Any suggestions on how to solve this problem?