What is the problem right now and how it should be?
Can you put it in pastebin?
I just can guess that you want to shorter it, but how exactly it should look like?
Without looking too much into the code or the website, if it is a styling problem, add this to one of the columns:
````
.multi_cat{
/* put the right value here */
max-height: 420px;
overflow-y: scroll;
}
````
If this is a PHP problem, there query request if for 150 posts (in 2 places), reduce this number.
|