make list icons smaller
.list_item .list_left { font-size: 20px !important; }
However, I can't figure out how to also make the blue background box smaller. In addition, I need to be able to adjust the padding between the icon and the text to the right.
Comments
you can decrease size of this area with below css:
.list_item .list_left {height: 50px !important;
line-height: 50px !important;
width: 50px !important;
}