PDA

View Full Version : Increasing Status Icons


noteviz
12-09-2010, 04:03 PM
Hello,

how can I increase the status icons?

Thanks.

calorie
12-09-2010, 04:17 PM
Do you mean make them bigger? If so, you might be better off making your own status icons or using some from here (https://vborg.vbsupport.ru/forumdisplay.php?f=213) as stretching a fixed image via HTML can make the image edgy and/or blurry.

noteviz
12-09-2010, 05:12 PM
I've installed the forum icon add-on and replaced the status icons with the new icons. So that's not the problem, I only have to increase the status icon...

noteviz
12-10-2010, 05:57 PM
can anyone help me? i think this shouldn't be a difficult thing..

calorie
12-10-2010, 06:27 PM
Sorry, I'm not sure what you mean by increasing the status icon. Do you want bigger icons or something else? If this is about an add-on, please post this question is the thread for the add-on, as people there are most familiar with it and are your best shot at help.

Lynne
12-10-2010, 06:34 PM
You mean the forum status icons? The width is set here -
.forumbit_post .foruminfo .forumicon { left: 10px; position: absolute; width: 48px;}
So, do a search in templates for that to look it up.

mikem164
03-27-2011, 05:17 PM
Hi lynne, I changed the width in template stylegenerator.css just as you show, but the size does not change at all. Thanks for any input.

Mike

Lynne
03-27-2011, 05:23 PM
You still need to make the images bigger. The css just gives the image more space on the page.