Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1304940

    Hi

    I am adding a video background on mobile. For some reason it has a border at the top and bottom. How do I remove that please? So video takes up all of the transparent header. It is fine on desktop view.

    #1305304

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) {
    #homerotate {
        display: none; 
    }
    #mainherohome .flex_column {
        margin-bottom: 0 !important;
    }
    }
    

    Best regards,
    Yigit

    #1306220

    Hi

    That didn’t fix it for me. Still have bands at the top and bottom.

    #1306771

    Hi,

    Could you please edit your separator element and choose to hide it on very small screens in Advanced > Responsive tab?

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.