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. enter image description here

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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -