Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1189292

    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!

    #1189362

    Hey Oscar,

    This CSS works when I check it in the browser:

    .avia-iframe-wrap {
        margin-bottom: 0;
    }

    Best regards,
    Rikard

    #1189559

    Hi Rikard,
    Thank you for your response, I don’t know why the change is not applied.
    Any ideas?

    #1189610

    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

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