Hi,
Please could you help me with some ideas to align center the images of the portfolio (https://demo.gavick.com/joomla25/photo/)?
Thanks in advance.
.portfolio .itemImageBlock {
background-repeat: no-repeat;
background-size: 100% auto;
}
.portfolio .itemImageBlock {
background-position: center center;
}