Hey guys.
1 : How do I go about adding a 4th column (potentially more) to the portfolio template?
2 : How do I change the dimensions of the thumbnails displayed in a portfolio page?
I have tried changing the height in functions.php and also changing the CSS style.css line 1050 : see below
.template-portfolio-overview .innerAjax .post-entry{
width: 200px;
margin: 0 0px 0 30px;
float: left;
height: 200px;
}
Thanks in advance,
CP














