css - twitter bootstrap 3 columns not centering correctly -



css - twitter bootstrap 3 columns not centering correctly -

i have checked , cannot figure out why columns not centering correctly.

here image show you: http://imgur.com/8apolrq

as can see yellowish column on far right has more space between container far left side. thought columns have checked margins, troubleshooted , cannot figure out why.

here code:

<div class="container-fluid wrapper"> <div class="row"> <div class="header"> <div class="col-xs-12 col-sm-6 col-lg-3"> <a href="{{ url::route('home') }}"> <div class="header_group"> <img src="../../images/logo.png"> </div><!--header grouping --> </a> </div> <div class="col-xs-12 col-sm-6 col-lg-3"></div> <div class="col-xs-12 col-sm-6 col-lg-3"> </div> <div class="col-xs-12 col-sm-6 col-lg-3"> @include('layout.navigation') </div> </div><!-- main header --> </div><!-- row --> <h2 class="center2">how works</h2><br /> <div class="process"> <div class="col-md-12"> <div class="row"> <div class="col-xs-12 col-sm-6 col-lg-4"> 1 </div> <div class="col-xs-12 col-sm-6 col-lg-4"> <p>watch video if don't read</p> <div class="advert_video"> <div class="embed-responsive embed-responsive-4by3"> <iframe class="embed-responsive-item" src="http://youtube/fr6igzslebg"></iframe> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-4"> 3 </div> </div> <div class="row content"> <div class="col-xs-12 col-sm-8 col-lg-4"> <div class="col-md-4 process1"> <h2 class="center">start<br /> apologizing</h2> <br /> <p> create , account. takes 45 seconds. first month free! month after $9.99 20 apologies. </p> <p> send friend taylored apology. </p> <input class="btn btn-primary btn-block" type="submit" name="submit" value="start apologizing"> </div> </div><!-- col 8 --> <div class="col-xs-12 col-sm-8 col-lg-4"> <div class="col-md-4 process2"> <h2 class="center">send apology</h2> <p> <ol> <li>invite friend want apologize to.</li> <li>wait friend respond, can send them apology.</li> <li>you can pick list of trendy apologies or create custom one.</li> </ol> </div> </div> <div class="col-xs-12 col-sm-8 col-lg-4"> <div class="col-md-4 process3"> <h2 class="process_text">hug out</h2> <p> when friend recieves apology sent , memakemistake can text 1 of 3 responses. <ol> <li>not now</li> <li>maybe</li> <li>forgiven</li> </ol> <p> recieve reply via text , on memakemistake.com </p> </div> </div> </div> </div> </div><!-- process --> <div class="footer">all rights reserved</div> </div><!-- container -->

css twitter-bootstrap

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

java - Parsing XML, skip certain tags -

c# - ASP.NET MVC Sequence contains no matching element -