R
rehaM
Guest
I am trying to add a border between each block, without adding the border beneath the last item
Here is a photo for reference, want to remove the border the arrow is pointing to
Spoiler: Screenshot

Here is my code
CSS:
and site The Chat Society
Continue reading...
Here is a photo for reference, want to remove the border the arrow is pointing to
Spoiler: Screenshot

Here is my code
CSS:
Code:
.p-body-sidebar .siropuRecentPosts .structItem
{
display: table !important;
border-bottom: 1px solid #3e4656;
}
and site The Chat Society
Continue reading...