Hey guys –
I am using the Simple Youtube Gallery on the site at http://codelessme.com/weightlossrebels/rebel-control-panel/video-library/. I can’t figure out why, or how to stop, the videos titles from being pushed down on hover. Can you give me a little help to:
1. Have the titles remain in the same place on hover
2. Give the titles a bottom margin to create more space between the video below it.
Thanks in advance
David
Hi David!
There is an extra break in the player that only gets rendered once the browser hovers:
.youtube_gallery_player > br {
display: none;
}
Regards,
Devin
Perfect work. Thanks Devin.