Tagged: video embed, vimeo embed
I can’t remove the space at the bottom of my Vimeo embeds.
I feel like I’ve tried everything.
I was hoping I could drag a “Video Media Element” from the “Avia Layout Builder” into a “Color Section” and tell the Color Section to get it’s height from it’s contents via a drop down menu. That is how it is now. But I previously tried about 5 different coding approaches I’ve found online irrelevant of the Enfold theme. It seems like Enfold has a class for videos that puts that space at the bottom.
Why is the Color Section BIGGER than the contents?
Hey Brian,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-video, .avia-iframe-wrap {
margin-bottom: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria