我正在使用wordpress网站。我想要做的是将滑块适合屏幕高度。从不同的显示器上看时,它会在底部显示一些白色空间。 This是我正在建设的网站。我正在使用革命滑块。我想让它像this一样合适。有人请指导我这方面。
答案 0 :(得分:0)
班级.vc_row wpb_row vc_row-fluid margin-bottom-100
的div这个div是.fullwidth
的第一个孩子。它有一个保证金底部设置。
@media screen and (min-width: 992px)
.margin-bottom-100 {
margin-bottom: 100px !important;
}
您需要覆盖此内容。
最重要的是,所有#rev_slider_4_1_wrapper
最大高度和固定高度为825px的元素都设置为内联样式(在HTML中)。此外,.tp-fullwidth-forcer
作为内联样式max-height: 825px
设置。最好进入并删除内联样式中设置的所有最大高度。
答案 1 :(得分:0)
在此css中更改不同媒体要求的行高
header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a
{
line-height:75px;
}
header.main-header .header-customize
{
line-height:75px;
}