Hello,I would like to change the padding of the blog Categories.
I would like to change padding: 10px 0px to padding: 0px 0px by custom css code.
However,I checked the css code by browser of developer tool and there is !important command on module css like this .
.ezb-mod .mod-item {
overflow: hidden;
position: relative;
padding: 10px 0px !important;
}
So,I could not change the padding.
Please tell me how to change the padding by custom css ,thanks.
I would like to change padding: 10px 0px to padding: 0px 0px by custom css code.
However,I checked the css code by browser of developer tool and there is !important command on module css like this .
.ezb-mod .mod-item {
overflow: hidden;
position: relative;
padding: 10px 0px !important;
}
So,I could not change the padding.
Please tell me how to change the padding by custom css ,thanks.