引导旋转木马字幕顶部对齐? [英] Bootstrap Carousel Caption Top Alignment?

查看:178
本文介绍了引导旋转木马字幕顶部对齐?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不想在这里做任何太多的花哨,但是,而不是Bootstrap Carousel Captions默认对齐到旋转木马的底部,我如何让他们默认对齐到顶部?

I'm not trying to do anything too fancy here, but instead of the Bootstrap Carousel Captions defaulting to aligning to the bottom of the Carousel, how do I get them to default align to the top?

推荐答案

将此添加到您的css以更改元素位置:

Add this to your css to change the element position:

.carousel-caption {
    top: 0;
    bottom: auto;
}

请参阅 演示小提琴

See demo fiddle

这篇关于引导旋转木马字幕顶部对齐?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆