bootstrap 3改变位置轮播指示器

时间:2014-12-13 10:18:40

标签: twitter-bootstrap

旋转木马指示器有问题。 如何将旋转木马指示器的位置改为左侧?

请参阅:http://adivi.andweb.de

了解详情

THX 乌利

1 个答案:

答案 0 :(得分: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;
}
相关问题