I am attempting to place two columns beside each other in a row in bootstrap, but they keep stacking. Suggestions?-Twitter bootstrap
I am unable to get the columns to align next to each other. Instead, they are just stacked on top of each other. .col-sm-4{ background-color: black; opacity:0.9; height: 100%; margin: auto; position: absolute } .container-fluid{ padding: 0; } .row{ margin:…