0

I have made a pop-up and I want to center it. Till now I have been giving margin-top. But I guess, this is not the best way to do it.

In my case, there is a link and when it is clicked a pop-up appears, which should be at the center of the page.

Note : I want to center the pop-up vertically. I have already centered the pop-up horizontally by using the bootstrap grid system.

Suhail Gupta
  • 19,563
  • 57
  • 170
  • 298

1 Answers1

0

Not sure if you are already including jQuery UI with your project (this is definitely not a reason to add it), but if you are - try using Dialog and there is already an answered question about centering it.

Community
  • 1
  • 1
Pasha
  • 1