Space between pictures in posts

Hello!

I always insert a few photos into my posts, like shown here: http://www.stefanienatascha.com/2016/11/09/a-wint-all-wonderland/
Is it possible to include a small space in between the photos such that it is not directly touching one another?

Thank you in advance! :slight_smile:

Kind regards,
Stefanie

Hi Stefanie,

Thank you for your another 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 -> Activello Options -> Other -> Custom CSS

article .entry-content img {
    margin-bottom: 15px;
}

Best Regards,
Movin

Thank you so much, it works perfectly! :slight_smile:

You are most welcome here :slight_smile: