Hi danmel65
How are you today? Hope all is well.
Here is a suggestion:
put this code to your Child Theme style.css file
OR
Install Simple Custom CSS plugin and put the code there.
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 15px;
}
or
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 15px!important;
}
OR
img.wp-image-164.alignleft {
margin-bottom: 10px;
}
or
img.wp-image-164.alignleft {
margin-bottom: 10px!important;
}
Put any No. px you want to,
BUT – There is a problem, that is has some kind of text wrapping around the pix and it can create strange sizing on different sizes of the sites.
Let me know what it looks like
Ask for further help
Cheers
TR