In that case add the next to custom.cssIerlandfan wrote:@mvveelen
I''l dive into it later in the evening, I worked earlier this week. I haven't foudn the time to test it in the beta branch main.js.
@htilburgs..I meant the height of the block/blocktitle, not the font size. Since there's no small i assume that means font size.
Is it possible for individual block or blocktitltes? It's too much empty space at the moment.
Code: Select all
.transbg.col-xs-1, .transbg.col-xs-2, .transbg.col-xs-3, .transbg.col-xs-4, .transbg.col-xs-5, .transbg.col-xs-6, .transbg.col-xs-7, .transbg.col-xs-8, .transbg.col-xs-9, .transbg.col-xs-10, .transbg.col-xs-11, .transbg.col-xs-12 {
padding-top: 15px;
padding-bottom: 15px;
border: 3px solid rgba(255,255,255,0);
background: rgba(0,0,0,0.2);
background-clip: padding-box;
}
Code: Select all
border: 3px solid rgba(255,255,255,0); --> 3px is small space between the blocks / blocktitle
EDIT: you can also add, for controlling the height of the blocktitle
Code: Select all
div.mh.titlegroups {
height: 60px !important;
padding-top: 4px;
}