Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author elpresidento

    (@elpresidento)

    hi, no, maybe it happens when WP upper bar is activated?

    Thread Starter 3LW

    (@3lw)

    hi,

    yup tried that, unfortunately didn’t solve the problem.

    i’ve put in a CSS fix for now. just add some padding-top to the H tag.

    let’s see if someone else encounters the problem.

    cheerio,
    3

    Plugin Author elpresidento

    (@elpresidento)

    hmmm anchor does not decide about deviation of jump, it jumps exactly. I mean it is maybe CSS issue ???

    I had the same problem and I *suspect* it’s because I use a stylesheet “reset” to crush every default margin and height the browser might use.

    My solution was to add this to my stylesheet:
    a[name] { line-height: 1em; display: inline-block; padding-top: 30px; }

    Seems to work nicely in Chrome.

    My other thought was to stick the admin bar to the bottom of the page but I don’t love that idea. https://github.com/Axiol/WPStickAdminBarBottom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Better Anchor Links] ADJUSTING HOW FAR THE PAGE SCROLLS’ is closed to new replies.