Reply To: Offset anchors with fixed header

Home Forums Support Offset anchors with fixed header Reply To: Offset anchors with fixed header

Home Forums Support Offset anchors with fixed header Reply To: Offset anchors with fixed header

#70835
Tom
Lead Developer
Lead Developer

Javascript is the best way to go for you.

You can add it to GP Hooks in the wp_footer hook.

Make sure to wrap the above JS in script tags like this:

<script>
// Your JS in here
</script>