html - Can't hide a <br> in Bootstrap -


for reason can't hide <br> tags show on small screen sizes. doesn't show small screens. works other screen sizes. works other tags. <br> tags small screen size.

 <div class="row">   <img src="static/works_3.jpg" class="img-responsive works-photo col-md-4 col-sm-12"><br class="hidden-xs hidden-md hidden-lg">   <img src="static/works_3.jpg" class="img-responsive works-photo col-md-4 col-sm-12"><br class="hidden-xs hidden-md hidden-lg">   <img src="static/works_3.jpg" class="img-responsive works-photo col-md-4 col-sm-12"><br class="hidden-xs hidden-md hidden-lg">  </div> 

change <br> <div class="hidden-xs hidden-md hidden-lg"></div>

it should help


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -