I would like to change the size of the portfolio page mask to be the same as my thumbnails/featured images. I have uploaded feature images that are 150 px X 150 px, but now the mask is too wide.
Also, I would like to center the thumbnails with the description below them, right now the text is slightly to the right. How do I change these things?
Hi, this is because your portfolio images are too narrow. They should be about 220px width at least to fit the container. Resize your images to a larger width or you can use the custom css code below;
I kind of have the same problem on my page (www.oiski.com) and would like to get rid of the white boarder around my portfolio thumbs. They’re wider than 220px so that shouldn’t be the problem.
I tried #portfolio .item img { width: 100%; } but no effect.