2014-02-13 51 views

回答

0

容器類添加左,右填充/保證金。 請勿使用容器。

<div class="row"> 
    <img src="http://alphawolves.net/dev/vesna/image/slider01.jpg" alt="" class="img-responsive"/> 
</div> 
<div class="container"> 
    <div class="row"> 
    <div class="col-md-12"> 
     <p><- - why is this space here and on the right side ? </p>    
    </div> 
    </div> 
</div> 

JSFIDDLE

0

添加到您的CSS,它應該做的伎倆

.container { 
    padding: 0; 
    margin:0; 
} 
相關問題