I'm trying to make a Bootstrap ui Modal that is both vertically and horizontally center align .
I tried this solution , that indeed vertically centered the modal , but when I tried it with my own template
(with 800px) it lost its horizontally center:
i.e - http://plnkr.co/edit/vp3IWIcrpGG6ehH8JKVe?p=preview
How could I achieve this modal with vertically and horizontally center with my own template
?
Note - The width and height of the template
is dynamic so the solution should be appropriate for any width and and height .