Hi,
i added a gallery and a video below.
I’m trying to remove the space below the gallery and video below (please see screenshot).
Could not find a way to do it.
How can i do that?
kind regards
Jak
Hey Jak73,
Thank you for the inquiry.
You can add this css code to remove the space above the video:
.avia-video.av-m7hoi823-5fffa067e0538a32526d7bf7eec640c7 .mejs-container {
background-color: transparent !important;
box-shadow: none !important;
border: none !important;
}
.avia-video.av-m7hoi823-5fffa067e0538a32526d7bf7eec640c7 video {
background-color: transparent;
}
.avia-video.av-m7hoi823-5fffa067e0538a32526d7bf7eec640c7 {
padding-bottom: 50%;
background: transparent;
border: 0 !important;
margin-top: -20px;
}
Best regards,
Ismael