I’m trying to get myself comfortable with Twitter BS.
Is there away to make the hero-unit 100% width of the browser, whilst containing the columns in a fixed width?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Wrap
.hero-unitin.container-fluidand.row-fluid(or don’t even wrap in anything). “Fluid” in Bootstrap term means that in will take 100% width of the browser window. Wrap your other content in “fixed”.containerand.row.See how I’ve done this in my fiddle.