I see bootstrap not fixing the height of the columns in a row. For example: a 1: 1 image, it will respond in the column, but the image position is at the top of the row.
If I have text in the heading tag, it has default fields that pop the text below. Thus, the image will be attached to the top, and the text will be slightly lower than the top.
What if I need to normalize the columns and center them?
My questions:
- Is there a native bootstrap for aligning columns?
- If it does not support such alignment, what can I use for hacking? I tried some "hacks", but they affect the functionality of the basic bootstrap.
What should I do:
Sorry, this is hard to do in jsfiddle, it includes Angular directives and templates. For instance:
I have a directive that generates this:

I need to align the image in the middle, or at least for a vertical heading start. For instance: 
I did this jsfiddle if you want to experiment. I accept simple explanations without code.
I can fix this with some hacked css, but I want to know how I can do it right.
source share