In this example layout I want only hero unit to be 100% wide and rest within the default grid. For example, check this site. It has only the hero unit part (showcase area) in fu
move your .hero-unit div outside of your .container div.
.hero-unit
.container
the .container style confines you to a set width. and anything inside it will have a maximum width of it's parent. instead of:
use: