2014-12-13 6 views

답변

0

.carousel 스타일을 다음과 적용 : 지표 '스타일

.carousel: { 
margin-top: 77px; 
height: 100%; 
margin-bottom: 0px; 
max-width: 1170px; 
margin: 0 auto; 
position: relative; 
} 

을 변경 :

.carousel-indicators { 
position: absolute; 
bottom: 10px; 
left: 0; 
z-index: 15; 
width: 60%; 
margin-left: 20px; 
list-style: none; 
text-align: center; 
} 
+0

작동하지 않습니다. - 창 크기가 변경되면 회전식 표시기의 위치가 변경됩니다. : – ANDweb

+0

내 편집 된 주석 다음 코드를 업데이트하십시오. –

+0

thx Nazar, 그 동안 다른 솔루션을 찾았습니다. 슬라이더 주변에 컨테이너를 배치하고 표시기 스타일을 변경합니다. – ANDweb

관련 문제