Fancybox is loading well and everything opens as I want it to, but the issue occurs in the background-- it\'s visible (and disturbing) that my entire page shifts exactly 8 pixel
I had the same issue recently. Find .fancybox-lock in the fancybox CSS, and change it to:
.fancybox-lock
.fancybox-lock { overflow: hidden; margin: 0 !important; }
Voila! :D