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
Post a Comment