Hello; I don't want to have MODAL box with clicking on the video box module (in Header_right position);
I prefer to have a new tab instead; So I use the following code in module-content editor:
<a class="modal gkVideoBlock" href="http://youtube.com/video-sample">WATCH THIS VIDEO</a>
when I use target="_blank", a new tab in browser will be shown but my homepage scroll down will be disabled!
So I have to remove target="_blank", and then when I click on the video box module, all top images move a little then it goes to destination URL.
How can I solve?
Regards