skip to Main Content

How to align Bootstrap grids like a masonry layout?-Twitter bootstrap

My grid setup now is as follows: <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" rel="stylesheet"/> <div class='col-md-12 col-sm-12 col-xs-12'> <div class='col-md-9 col-sm-9 col-xs-12 text-center' style="height:200px;background-color:#0077CC; border-right:2px solid white; border-bottom: 2px solid white"> DIV 1 </div> <div class='col-md-3 col-sm-3 col-xs-12'style="height:320px;background-color:#0077CC; border-right:2px solid white; border-bottom: 2px solid…

VIEW QUESTION

Tweet button doesn't appear when used in accordion with some browsers-Twitter bootstrap

I'm using the following code to display a twitter button to share a page from one website. <script>$(document).ready(function(){!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");});</script> <a href="https://twitter.com/share" class="twitter-share-button" data-url="/myUrl" data-text="message" data-hashtags="myhashtag">Tweet</a> This code is working with no problem when used in a page, no matter the…

VIEW QUESTION
Back To Top
Search