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

    HI, I added a dropshadow to the column on the video on my homepage but the shadow is not lining up correctly.

    #1495402

    Hey dreyerjm,

    Thank you for the inquiry.

    Did you add this css code?

    .avia-video, .avia-iframe-wrap {
        clear: both;
        position: relative;
        margin-bottom: 20px;
    }

    This applies a 20px bottom margin, which creates the space below the video. Please remove the css code or override it with the following code.

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

    Best regards,
    Ismael

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