SyntaxFix
Write A Post
Hire A Developer
Questions
Add !important rule to display: table of your .v-center class.
!important
display: table
.v-center
.v-center { display:table !important; border:2px solid gray; height:300px; }
Your display property is being overridden by bootstrap to display: block.
display: block
Example