• Resolved restlessrancor

    (@restlessrancor)


    Hi, when clicking on an in-text citation the plugin will scroll to the bibliography. I’m struggling to find in the code in the plugin files where I can set the offset, so it doesn’t scroll as far (it currently scrolls past the intended target). Any suggestions would be great, thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter restlessrancor

    (@restlessrancor)

    I’ve found a solution to my problem. Instead of messing around with the javascript, some simple CSS achieved the desired effect.

    .csl-entry
    {
        display: block;
        position: relative;
        top: 150px;
    }

    This accounts for the admin bar and my theme’s header bar.

Viewing 1 replies (of 1 total)
  • The topic ‘In-Text item scroll offset’ is closed to new replies.