Get rid of the black box with this custom CSS. Just set it in the admin panel.
#content {
margin-top: 40px;
}
#content div.jumbotron:nth-of-type(1) {
display: none;
}
Get rid of the black box with this custom CSS. Just set it in the admin panel.
#content {
margin-top: 40px;
}
#content div.jumbotron:nth-of-type(1) {
display: none;
}
though the unstable version works excellently for me so far (just clicking around a bit).
=]
I git cloned nodebb for the dev version, then I installed it via the plugins menu in the admin panel.
Ye' be having muchos copyright.
but now the text is cut off on the bottom
The circles and text line up a bit off.
Try this css on the header
margin: auto;
top: 0;
bottom: 0;
left: 15%;
height: 2em;
Before
After
Beauuuutyy!!!