Is possible to set more small portfolio image?

Hi, i want display more small portfolio image, see here

I’ve upload 200x200 but now the size is over 659px how to set?

Hi Stefano,

To reduce the size of the image, you can add the code below in Theme Options > CSS

.single-x-portfolio .entry-featured {
    width: 200px;
}

Hope that helps

Thanks solved

You’re welcome, Stefano.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.