the first set of category images seen are related to the sub cats not the main cat
If I understand what you are asking then you have too many subcats to display them all neatly
Make the category sidebox look different
If you mean the -> then
admin > config > layout settings > Categories Separator between the Category Name and Count > what you want
e.g space out categories a bit
make font bigger
Add this to the end of your templates stylesheet.css file
Code:
#categoriesContent {
line-height: 2.0em;
font-size: 1.3em;
}