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!

Comments

benilam’s picture

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).

avpaderno’s picture

Title: forum icons irregular » Forum icons don't look normal

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.

benilam’s picture

I think it's not caused by the module as when I changed to other themes the advance forum icons were shown normally.

avpaderno’s picture

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.

michelle’s picture

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

avpaderno’s picture

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.

florian’s picture

I will install AF on my test server and hopefully will solve the icons issue.

drupdruppalpal’s picture

same thing here

drupdruppalpal’s picture

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

florian’s picture

Status: Active » Fixed

Fixed in releases 6.x-1.9 and 6.x-2.2

florian’s picture

Status: Fixed » Closed (fixed)