Home Forums Theme support Cut Theme Portfolio Reply To: Cut Theme Portfolio

Hi Melinda,

I know what you mean on this page:

http://cl.phinneymassage.com/?page_id=3664

But if you want to link to the category you have to change the PHP files, because normally the portfolio entries link to their single entries. Do you know how to edit PHP files?

Blog Page Image

You can try this: Go to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

.index-item-img img, .category-item-img img {
width:auto!important;
}

This code should solve the problem.