Came across a weird CSS issue. Can someone explain why the box having content is not vertically aligned?
If you put text inside the span with class .divPutText
.divPutText
try this
.divPutTextToFixIssue { display:inline-block; }
jsFiddle