I thought this would be simple but it\'s proving to be a bit of a headache. I\'m trying to get a grid of images to re-center when the user resizes the browser and causes one
Have you tried:
.child-wrapper{margin:0 auto;}
So it stays centered? It usually works.