Okay I understand that this topic has been covered. But I have looked at various solutions and have had little success with them.
I just have no clue why this
It actually works, but without specifying the width it takes full 100%. Try something like:
.container { margin: 0 auto; width:50%; }
Hope this may help