damo wrote:
this is probably something really stupid, but when i turn on avatars on category list, it pushes everything to the next column .. i dont want to switch it on, but i can if anyone needs to see it, so here is an image. i initially had the avatars in landscape so i changed the size in case that was it but it wasn't ...
anyway - any help would be appreciated. cheers
It has to do with your joomla! template's width and the numinu forum.css witdth definitions.
I use a fluid width joomla! template and the list was showing ok in wide screen while it was broken like yours in normal screen. Try finding
| Code: |
#fireboard .fb_list_topics ul li.topic_p
|
and reduce the width to 57% or something to suit your needs without causing other problems (should be 60% by default if i remember correctly), you may also want to 'play' with
| Code: |
#fireboard .fb_list_topics ul li.topic_l
|
which has a 25% width...
Good luck