Having an issue with configuring one of my bootstrap hero units to respond properly to an offset command:
<div class="col-xs-6-offset-3 col-md-6-offset-3 col-lg-6-offset-3">
<div class="center hero-unit">
<h1>text</h1>
</div>
</div>
Despite it displaying and having CSS styles applied, the unit is spanning across all 12 grids instead of just 6 as intended. Any suggestions on how I can center it while only taking up 6 grids?