I have tried a similar solution for the bottom of home page (ofigurante.eu) to the left of the “Navega??o” section:
.bottom:nth-child(4) {
border-left: 1px solid black;
}
This makes indeed appear a line in the desired position. However, that pushes the “Feed” section down to a new line. Any ideas? Should I make the wrapper 1px broader or is there a simpler and more elegant solution?