As much as I hate to ask for help with a "how do I do this" question, I'm at my wit's end trying to figure it out on my own.
I'm working on a page layout that requires a center column of exactly 960px width to be horizontally centered on the page whenever the browser window is wider than that. Despite my best efforts, every attempt I've made to achieve this leaves the content slightly off-center in some way.
While I know margin:auto can achieve this effect, it interferes with Bootstrap's automatic resizing for mobile devices, causing problems. Is there a way to maintain the responsive design capabilities of Bootstrap while still keeping the content within a center strip of a specific width, leaving empty space on either side, and adapting to the -xs- variant when viewed on mobile?