When I try to use the media bottom bootstrap component, the text remains top-aligned even after applying the media-bottom class. Is there something wrong with this component? Are there any efficient workarounds available?
Thank you!
Check out the fiddle here: https://jsfiddle.net/2yrrf6zx/2/
Here's the HTML code snippet:
<div class="media">
<div class="media-left media-bottom">
<a href="#">
<img class="media-object pull-left" src="https://upload.wikimedia.org/wikipedia/commons/1/16/HDRI_Sample_Scene_Balls_%28JPEG-HDR%29.jpg">
</a>
</div>
<div class="media-body">
<p>Title</p>
<h4 class="media-heading">text</h4>
</div>
</div>