Ya para esto debes usar estilos usa un margin-right para superar cada Iframe por el costado derecho
Ejm. esto es para JS, puedes usar todos o escoger el que te parezca
Código Javascript
:
Ver originalthis.iframe.style.marginRight = 10; // ESPACIADO A LA DERECHA
this.iframe.style.marginLeft = 10; // ESPACIADO A LA IZQUIERDA
this.iframe.style.marginTop = 10; // ESPACIADO ARRIBA
this.iframe.style.marginBottom = 10; // ESPACIADO ABAJO