css - Aligning Media objects in boostrap, so as to swap text around image -
i using twitter boostrap example make text of media object wrap around image. not working can seen in image below.
the site can accessed @ http://cfcmelbourne.org/
how make text wrap around image when screen width shrinks ?
insert image under media-body
element set float:left;
.media-body { float: left; margin-right: 15px; margin-bottom: 2px }
<div class="media"> <div class="media-body"> <a href="https://www.youtube.com/watch?v=-5iymtbitc8" style=" float: left; "> <img class="media-object" alt="64x64" style="width: 164px; height: 100px;" src="https://img.youtube.com/vi/-5iymtbitc8/0.jpg" data-holder-rendered="true"> </a> <h4 class="media-heading" id="media-heading">a dwelling place god: 1 secure church</h4> santosh talks fundamental concepts related faith. address nature of our faith, showing, how foundation of receive god. in relation faith, santosh poonen talks dwelling place god. </div> </div>
Comments
Post a Comment