Title: offset for scrollTop
Last modified: September 28, 2017

---

# offset for scrollTop

 *  Resolved [andreilucian13](https://wordpress.org/support/users/andreilucian13/)
 * (@andreilucian13)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/offset-for-scrolltop/)
 * Hello guys,
 * I want to add a small offset when you click on an footnote because i have a fixed
   header and the link is under it. Does it have a option for the offset ? Thanks

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

 *  Plugin Author [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * (@yingling017)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/offset-for-scrolltop/#post-9539189)
 * You can adjust the offset through CSS with this code:
 *     ```
       .easy-footnote-margin-adjust {
       	position: absolute;
       	margin-top: -40px;
       }
       ```
   
 * Just replace the margin-top with the number you need. This is currently being
   used by the plugin when the admin-bar is displaying.
 *  Thread Starter [andreilucian13](https://wordpress.org/support/users/andreilucian13/)
 * (@andreilucian13)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/offset-for-scrolltop/#post-9539318)
 * Hi Jason,
 * Thanks for your reply, actually i need to change the offset for the scroll top
   functionality not for the position of the footnote. When i click on the footnote
   from the text it scrolls to the position of the same note from the bottom of 
   the page, here I would like to add an offset because the position of that link
   is right under my navigation which is using position fixed.
 * Does the plugin have a a script for the smooth scroll or it’s using the default
   behavior ?
 * Thanks
    -  This reply was modified 8 years, 8 months ago by [andreilucian13](https://wordpress.org/support/users/andreilucian13/).

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

The topic ‘offset for scrollTop’ is closed to new replies.

 * ![](https://ps.w.org/easy-footnotes/assets/icon-256x256.png?rev=2355746)
 * [Easy Footnotes](https://wordpress.org/plugins/easy-footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-footnotes/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [andreilucian13](https://wordpress.org/support/users/andreilucian13/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/offset-for-scrolltop/#post-9539318)
 * Status: resolved