2017-01-18 1 views
0
<div class="container"> 
    <div class="jumbotron"></div> 
</div> 

jumbotron 전체 페이지 폭은 컨테이너 내부에 있지만 어떻게 만들 수 있습니까?부트 스트랩의 브레이크 아웃 컨테이너

+3

할 수 있습니다하지 쉽게 (AFAIK, 전혀 자바 스크립트없이). 왜 그것을 용기에서 꺼내지 않겠습니까? – George

+0

나는 그것을 제동 할 전체 wordpress 테마를 변경해야 할 것입니다. – daniel

+0

@daniel – bolt19

답변

3

사용 container-fluid 대신

.jumbotron { 
 
    border: 1px red solid 
 
}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> 
 
<div class="container-fluid"> 
 
    <div class="jumbotron"></div> 
 
</div>

+0

나를 위해 작동하지 않습니다 : https://simulaton.com/en/prices/ – daniel

+1

'.container-fluid'가 이미'.container' 안에 있기 때문에 작동하지 않습니다. 그것의 고정 된'폭'에 구속 – dippas

+0

그래서 전체 wordpress 테마를 변경해야합니까? – daniel

관련 문제