Hi guys,
I have a question regarding the portfolio preview. When you go to “cases” on this website: http://www.usualsuspects.nl
Scroll somewhat down and open one of the cases of the second row, the Ajax preview container is shown. But as you can see on this screenshot, it jumps up, leaving a white gap indicated by the 2 red arrows. Is it possible to just bypass this jump, so the preview container just opens, leaving you on the same height as you were?
Thanks again!
Best regards, Bas
Hi,
Open /enfold/js/shortcodes.js and look for line 1179:
var target_offset = target_wrap.offset().top - 175,
Replace it by this:
var target_offset = target_wrap.offset().top - 120,
Regards,
Josue