I did some searching on S/O on how to define a minimum width for a responsive layout in Bootstrap3, but found conflicting answers due to "media queries."
What I want to achieve is my layout being responsive only down to a certain point. When my layout reaches, say 800px width, I want it to stop being responsive. Any suggestions on how to do this properly? Thank you!
Update: in order to achieve this, what parameters should be modified at http://getbootstrap.com/customize/ ?