Viewing 3 posts - 1 through 3 (of 3 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

    #1495439

    Thank you! Works great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Shadow on video column not fitting’ is closed to new replies.