Hello
You can edit the positioning of your image by adding some inline styling to your image code...
<img src="#" alt="image" style="margin-top:10px;">
Where...
style="margin-top:10px;"
.. adds a 10px margin to the top of your image.
Depending on the editor you are using you should have an option to add this margin to your image via the interface.
Ciarán