that's very easy, just take off 2 of the 5 Category IDs you entered once in index.php
these are the numbers behind
<?php $display_categories = array( ....
It should look like this then
<?php $display_categories = array(3,5,6); $i = 1;
you will see now only three categories, I think you did that already.
So now you just have to set the width for each category to a wider value, done in style.css here:
.category {
..
..
width:286px;
}
It should be 286.66, that's not to do so only if you are good you will see the last bar something like nothing short of the end.
Thank's for asking here - I want to get some traffic too..