Centering a responsive website using bootstrap

Hannan

New Member
What I want to have is centred content with left and right border on my website. The type of thing you get from having the code:\[code\].container { width: 90%; margin: 0 auto;}\[/code\]However I'm using twitter bootstrap and still want to keep the website responsive, and doing the above seems to break the grid layout.Can anyone advise me on the proper way to go about doing this?
 
Back
Top