I m trying to move to the new boostrap 3 grid and I m facing some difficulties.
Use class .col-ts-12 for all 100% divs under 480px and put this code at the end of bootstrap.css:
.col-ts-12
divs
@media (max-width: 480px) { .col-ts-12 { float: none; } }