Comments 1greyhavns started the conversationMarch 17, 2018 at 11:07pmis it possible within a portfolio page, for this to be executed? 295Paul repliedMarch 19, 2018 at 9:18amHi there,Unfortunately, there is no option for that. But if you are trying to reduce the size of the images on portfolio single pages, you can try using this custom CSS: .port-format-item img { max-height: 150px; width: auto; } .port-format-item { display: inline-block; margin: 0 0.5% 1%; } .port-format-content { text-align: center; } Regards,Paul Sign in to reply ...
is it possible within a portfolio page, for this to be executed?
Hi there,
Unfortunately, there is no option for that.
But if you are trying to reduce the size of the images on portfolio single pages, you can try using this custom CSS:
Regards,
Paul