Hi @hobbyzoneuk you can solve the space between images in your product description by adding CSS code below at the bottom of base.css in your store admin > Sale channels > Online store > Themes > Edit code > Assets > base.css
.product .color-background-1 .page-width > div {
display: grid;
gap: 0;
justify-content: center;
}
This is the result
