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.
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
Hi
That didn’t fix it for me. Still have bands at the top and bottom.