Does anyone know how to change the size of the icons displayed in stats block? This is Dolphin 6.1.6
Does anyone know how to change the size of the icons displayed in stats block? This is Dolphin 6.1.6 You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
I do not think there is a "setting" in the admin panel (for instance) that will allow you to change icon size. When page loads, it calls for a specific .gif file and does not assign attribute to it. So for example, all of your site stats icons are currently 16x16. The only thing I know that you could possibly do, is resize the gif images to your desired specification (ex. 32x32) and the re-upload them. I know that sounds like a difficult task for such an easy request, but that may be the only solution at this time. Nothing to see here |
templates/tmpl_uni/css/index.css
almost at the end of file
.siteStatUnit img {
height:16px;
width:16px;
}
|
Great to know okweb. Thanks for sharing Nothing to see here |