Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #240420

    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?

    #240709

    Hey envapk2!

    Can you post the link to your website?

    Cheers!
    Yigit

    #240723
    This reply has been marked as private.
    #240733

    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

    #240739

    Hi Yigit

    That’s great, thanks. One more thing – if I used an image background instead of video how would that code change?

    Peter

    #240741

    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

    #240744

    Brilliant. Much appreciated.
    Peter

    #240747

    Hi!

    You are welcome Peter, glad we could help! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fixed height background I have set up a color section with a video as background’ is closed to new replies.