OK thanks, sorted the category headings and the extra space, will play with the category dividers later.
Code:
Original css
.thead
{
background: {vb:stylevar wgoheader_background };
/* background: #5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left; */
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 6px;
width: auto; /* unset the 100% */
}
Revised css
td.thead, th.thead, div.thead {
display: table-cell;
}
.thead
{
background: {vb:stylevar wgoheader_background };
/* background: #5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left; */
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 6px;
width: auto; /* unset the 100% */
}