Hi,
I’m trying to remove the white space from the videos without any success. Any ideas? I’m using the options, but I still see the space:
#top .avia-video, #top .invitacion, #top .avia-iframe-wrap {
margin: 0px!important;
margin-bottom: 0px!important;
}
.avia-video.avia-video-16-9 {
margin-bottom: 0;
margin-top: -1px;
}
Thank you!
Hey Oscar,
This CSS works when I check it in the browser:
.avia-iframe-wrap {
margin-bottom: 0;
}
Best regards,
Rikard
Hi Rikard,
Thank you for your response, I don’t know why the change is not applied.
Any ideas?
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon