I am trying center a modal window in the browser page. I just want to center it, so that it should be responsive for all the screens.
If modal container is as following :
Add css code
#containerDiv{ margin : 0 auto; }