I would like to change the height of a couple (or most of the blocks) but not all. I already used the following code but then all the blocks are changed in height, also the top bar and the graphs.
Code: Select all
div[class*='block_'] {
height: 70px !important;
}
:
Code: Select all
.block_76_1 {
height: 70px !important;
}
.block_76_2 {
height: 70px !important;
}
.block_76_5 {
height: 70px !important;
}