if I use one page website, how to move ajax portfolio (lightbox of one,particular item) maximally to the top of screen ?
(now is close to bottom of screen)
Hey studiokatowice!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
Thanks for the link. I’m not sure I understand the problem though, what would you like to move to the top of the screen? A screenshot highlighting your intentions might help us to understand better.
Regards,
Rikard
any idea ?
Hey!
Try opening up /enfold/js/shortcodes.js and change line 1485 from this.
var target_offset = target_wrap.offset().top - 175,
To this.
var target_offset = target_wrap.offset().top - 15,
Best regards,
Elliott