When I hover over the preview thumbnail, the red ‘remove’ button is off, not centered or inside the thumbnail, regardless of the size defined for the thumbnail.
uploadBug
uploadBug2
When I hover over the preview thumbnail, the red ‘remove’ button is off, not centered or inside the thumbnail, regardless of the size defined for the thumbnail.
uploadBug
uploadBug2
I didn’t realise I had the same issue when hovering mouse over the preview thumbnail.
Try by adding this code in the custom style file.
.dmxDropzone .dmxDropzoneThumb {
margin: auto;
text-align: start;
}
margin: auto
is to centralise the preview display horizontally - this line can be skipped.