I am trying to align an image on the left side with text using boostrap, and when page is viewed on mobile devices the images becomes centred on top of the text !
use the grid-system of boostrap , more information here
for example
<div class="row"> <div class="col-md-4">here img</div> <div class="col-md-4">here text</div> </div>
in this way when the page will shrink the second div(the text) will be found under the first(the image)