mirix
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add vertical line to Suburbia themeIndeed, making the wrapper width’s 1px larger solves the problem without apparent secondary effects.
Forum: Themes and Templates
In reply to: Add vertical line to Suburbia themeI 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?
Forum: Themes and Templates
In reply to: Add vertical line to Suburbia themeIt worked! No secondary effects so far. Thanks a million!
Forum: Themes and Templates
In reply to: Add vertical line to Suburbia themeTo the left of the post entitled:
“Resenha de Planh (Cazalis) no Caderno da Crítica”
The vertical line is missing. In the original theme this is irrelevant because the lines have the same colour as the background (grey) and therefore you cannot notice if a line of the grid is missing. However, as soon as the background colour is changed, you see that a couple of lines are missing.