How to position the fancybox 100px from top by default it is center aligned.
I believe there is no api settings for that. Can anyone help me out in doing it on the actual script.
The solution I got working was styling the wrapper like this:
#fancybox-wrap {
position: absolute;
top: 100px !important;
}
Hope it helps!