Home › Forums › Theme support › Icons › Reply To: Icons
Hi stutku,
we’ve added a maximum width for the icons. If you want to remove it, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:
.servicebox img {
max-width:none;
max-height:none;
}