I'm having some troubles when trying to vertical center a header inside a div. CSS is the following:
.container {
background: #a3f;
padding-left: 3% !important;
}
.container h4 {
vertical-align: middle;
text-align: center;
background: #f02;
}
I have tried some solutions (also this), but the text continues at the top of the div.