Change heights of certain blocks
Posted: Saturday 30 May 2020 9:54
Hello,
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.
As a work around i now used the following code but then my styling css file becomes very large
:
is there another workaround?
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;
}