Forum icons don't look normal
benilam - July 7, 2009 - 05:21
| Project: | Zero Point |
| Version: | 6.x-1.7 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I found that the forum icons was compressed into 1px width in IE and google chrome. But firefox is normal. How to fix it? Thanks!

#1
I'm using advance forum module. The irregular only happens when the advance module is activated. When I uninstall the advance forum module, the forum icons return to normal (smaller size icon).
#2
Did you open an issue report for Advanced forum too? It's not clear if the problem is caused by the module, or by the theme.
#3
I think it's not caused by the module as when I changed to other themes the advance forum icons were shown normally.
#4
So the problem appears when you enable Advanced Forum, and this theme; using a different theme, the icons used by Advanced Forum appear normal.
Now it's clearer what happens. Thanks for the reply.
#5
AF uses the icons by yoroy that are now in core in D7. Other than that, there's nothing special about the icon handling in AF 1.x.
Michelle
#6
It seems that the problem is caused by the theme; differently, the problem would not vanish using a different theme.
It's just to understand what problem the theme has that doesn't allow to use it together AF.
#7
I will install AF on my test server and hopefully will solve the icons issue.
#8
same thing here
#9
Hi,
tacky solution is to add this to _custom-style.css:
#forum TD.forum-icon {
WIDTH: 48px;
/*max-width:44px;*/
}
#forum TD.icon {
WIDTH: 24px;
/*max-width:44px;*/
}
for advanced forum default icons