Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1265923

    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?

    #1266047

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.