[strike]what you think is "badge position"[/strike]
you meant image that is across two module positions, create custom HTML module and add image. Set that image relatively positioned and offset it:
<img style="position:relative; top: + 200px; left: - 100px;" ...
using top and left position it anywhere. You can also use position:absolute so it does not take space but it could have compatibility issues.