Hello,
It’s been annoying me for a long time that videos always have a space at the bottom. I build them into a grid line so that they extend to the edges (i.e. have no space). So with 0% distance. The best example is here: https://miximo.de.
What can you do there?
Best regards,
Martin
Hey Martin,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia-video, .avia-iframe-wrap {
margin-bottom: 0;
}
if this doesn’t help then please link to your page so we can examine.
Best regards,
Mike
Very good, it works, thank you very much!