I\'m having a problem centering an element that has the attribute position set to absolute. Does anyone know why the images are not centered?
position
absolute
Using left: calc(50% - Wpx/2); where W is the width of the element works for me.
left: calc(50% - Wpx/2);