Adds smoth scrolling effect to links that link to other parts of the page,which are called "Page Anchors".Extremely useful for setting up a
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;} Does exactly what it says on the tin. Very happy customer.
You must log in to submit a review. You can also log in or register using the form near the top of this page.