I've got the following jsfiddle which illustrates a problem I'm currently facing. I have got an image tag, and want the text to be vertically aligned along the center of the image. I have tried using padding-bottom
but to no avail.
How can I achieve this? Essentially all I need is to move the text up. I have also tried using a label and span, but the problem was there too.