Portfolio Category Image Sizes

Hi Guys,

I have multiple Portfolio Categories on my website. I am having issues with the featured image size being way to big for each portfolio item I add to the category…

Eg: http://motorgearbox.com.au/our-range-category/power-transmission/

The category is Power Transmission and you can see that the image for the portfolio item “Esco Gear Couplings” is huge… Is their a way to reduce the size of this image when you are viewing via the category.

Thanks in advance.

James

Hello James,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to adjust image size:

.x-portfolio .entry-featured {
    width: 30%;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

Thank you Prasant, that worked perfectly.

Glad to know that!

Thanks

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