If anchor jumps to much or les
-
I had the problem, that the anchor links jumps to some rows to wide and the heading isn’t seen. In my case a floating bar was the cause. Maybe someone has the same problem. The solution is very simple…
In the file: class-toc-plus.php add at line 1402: class=”whatyouwant”, then add to custom css: .whatyouwant{
padding-top: 80px;
margin-top: -80px;
}
The px are individual…
regards…
P.S. maybe we can have it easyer at update…
- The topic ‘If anchor jumps to much or les’ is closed to new replies.