Hi
I have set up a color section with a video as background and a content slider over it with different amounts of content in each slide, so the height of the video adjusts according to the slide. I want to fix both the height of the video and the position of the content – is that possible?
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) {
.page-id-381 #av_section_1 { min-height: 600px; }}
Cheers!
Yigit
Hi Yigit
That’s great, thanks. One more thing – if I used an image background instead of video how would that code change?
Peter
Hey!
It does not need to be changed. It just makes sure that Color Section elements height is minimum 600px on screens larger than 767px.
Cheers!
Yigit
Brilliant. Much appreciated.
Peter