Viewing 3 replies - 1 through 3 (of 3 total)
  • have exactly same problem , finding solution more than two days ??

    only solution that I found is :
    – set hard offset in px from top of window

    edit other-shortcodes.js
    find string in : “function anchor_nav” section
    “$(window).scrollTop($spoiler.offset().top – bar – 10);”
    and change value from 10 to needed pixels from top of window – in my case 150(px)
    “$(window).scrollTop($spoiler.offset().top – bar – 150);”

    this is not good solution for all kind of resolution, but works for me

    Thread Starter heidivandy

    (@heidivandy)

    Thank you so much. I couldnt find a solution anywhere. I really appreciate the help!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Accordion anchor link opening behind fixed header’ is closed to new replies.