URL: http://cyberbat.co.uk/test container margin: auto is not working, is there any other way to put it in the middle in IE.
EDIT: Check it again, the index.php was the
For IE, replace my-auto with align-self-center and BINGO. You can also write CSS for the same:
.center-container{ align-self: center; }