Portfolio - space between images

Hi there

I would like to introduce a small margin between the images for the portfolio on the home page and for the portfolio here - https://mka-architects.co.uk/portfolio/

Can you help me do that please.

Cheers

Hey there,

I hope you are well today and thank you for your question.

Where you able to resolves this?
I’m currently checking your website https://mka-architects.co.uk and it already has margins as the one referred to here https://mka-architects.co.uk/portfolio/

Best regards,
Support.

Hi there

No not resolved yet.

What I need is a small space between each image.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*reduces space between portfolio items*/
@media (min-width: 1025px) and (max-width: 1280px) {
#shapely_home_portfolio-1 > section > div.row.fadeIn.masonry.masonryFlyIn > div{
  width:26%;
}
}

Best regards,
Support.