Skip to content

Instantly share code, notes, and snippets.

@fotan
Created November 28, 2016 16:31
Show Gist options
  • Save fotan/123075682ea0e45da4f549c13c22723d to your computer and use it in GitHub Desktop.
Save fotan/123075682ea0e45da4f549c13c22723d to your computer and use it in GitHub Desktop.
BS3 - Center Modal on Page
.modal {
text-align: center;
}
@media screen and (min-width: 768px) {
.modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%;
}
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment