Posted By Vicenç Masanas on 24 Jun 2019 10:06 AM
The header on the forums page is too tall. On my laptop, half the page is just the dnn headers and the blue section at the top.
I suggest we simplify the header as much as possible in order to get more realstate for the forums. This might also apply to blogs for instance.
I agree. I suggest to use this, so the padding depends more on the available width and height (probably not specific enough ATM?)
.bannerpane div[class*="col-"]{
padding-top: calc(0.7em + 2vh);
padding-bottom: calc(0.7em + 2vh);
font-size:calc(1em + 0.5vw + 0.5vh)
}
.bannerpane div[class*="col-"] h2{
font-size:1em;
}
.bannerpane div[class*="col-"] h5{
font-size:0.7em;
margin-bottom:0;
}