Title: Spy-offset
Last modified: March 20, 2018

---

# Spy-offset

 *  Resolved [Nijen](https://wordpress.org/support/users/nijen/)
 * (@nijen)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/spy-offset/)
 * Can’t get spy-offset to work. Am I mistaken to assume that it would scroll down
   another 20px with this shortcode?
    [toc content=”.entry-content” headers=”h2,
   h3″ spy-offset=”20″]
 * Thanks
    Nijen

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [jamesckemp](https://wordpress.org/support/users/jamesckemp/)
 * (@jamesckemp)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/spy-offset/#post-10095048)
 * Hey, Spy offset is the offset used for adding an active class to the link when
   that heading is scrolled into view. There’s not actually a setting for what you
   want.
 * Could maybe be done if the headings have padding or margin top?
 *  [resident82](https://wordpress.org/support/users/resident82/)
 * (@resident82)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/spy-offset/#post-10366928)
 * maybe this will help:
 *     ```
       .entry-content h3 {margin-top: -96px;}
       .entry-content h3:before 
       { content: ''; display: block; position: relative; width: 0; height: 96px;}
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Spy-offset’ is closed to new replies.

 * ![](https://ps.w.org/shortcode-toc/assets/icon-256x256.png?rev=1778245)
 * [Shortcode Table of Contents](https://wordpress.org/plugins/shortcode-toc/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcode-toc/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcode-toc/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcode-toc/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcode-toc/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcode-toc/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [resident82](https://wordpress.org/support/users/resident82/)
 * Last activity: [7 years, 12 months ago](https://wordpress.org/support/topic/spy-offset/#post-10366928)
 * Status: resolved