i added forum icon, but it looks like forum image height is not center from top to bottom. could anyone guide me how to reduce top space of forum image (prosilver style)?
dl.row-item
use a background-size: 32px;
you can use images of that same size (32x32px.) styles/prosilver/theme/content.css
file and find:
Code: Select all
.forum-image {
float: left;
padding-top: 5px;
margin-right: 5px;
}
Code: Select all
.forum-image {
float: left;
/*padding-top: 5px;*/
margin-right: 5px;
}