• AJ

    (@permaculturetreegeek)


    Thanks for the plugin!
    I’m using a fixed header for my navigation which caused issues because the anchor lands up behind the header.

    The solution was a couple lines of css:

    [ Moderator note: Fixed code snippet. You have to wrap the beginning and the end of the code snippet with backticks, the end was using a single quote and that doesn’t work. ]

    /*Push anchor on specific page past fixed header.*/
     article#post-7.post-7 a {padding-top: 100px;}
     /*Remove padding from links in unordered list.*/
     article#post-7.post-7 li a{padding-top:0px;}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘simple! works great! even in my 3.5.1 template’ is closed to new replies.