HI, I added a dropshadow to the column on the video on my homepage but the shadow is not lining up correctly.
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
