The category page is almost perfect after removing this:
<div id="primary" class="content-area <?php if(of_get_option('sidebar-layout',true) == 'center') { ?> one-third-middle <?php } ?>">
this:
</div><!-- #primary -->
and this:
<div id="secondary" class="widget-area <?php if( is_front_page() || is_home() ){ echo 'home_front_wrap'; } ?> <?php if(of_get_option('sidebar-layout',true) == 'center'){ ?> one-third-right <?php } ?>" role="complementary">
<?php get_sidebar(); ?>
</div><!-- secondary --><div class="clear"></div>
Now I just need to make the thumbs slightly bigger in order to fill the small void (dead space) after the last thumb in the last column.
How can I change the size of the thumbs that show on the category page?
Thank you.