I am using the following code to change the size of the iconbox icons. I have the position and size of the icon where I want, but how do I move the circle up so it is centered? I know I can change the circle size, and play with the font and line height, but how can I move only the circle up?
.iconbox_icon {
width: 50px !important;
height: 50px !important;
line-height: 24px !important;
font-size: 24px !important;
}