I’m using WordPress to create my blog and it’s allot of fun! I’m writing my custom theme.
One really nice trick I’m using is the following CSS:
:target {
scroll-margin-top: 46px;
}
This makes sure that when I navigate from the blog to the about or contact section the scrolling position is in exactly the right spot and makes room for the position fixed nav bar.
Writing the above CSS wasn’t possible with tabs. Shame, I prefer them to spaces.