.article.row.grid-right
{
    margin-left:  300px;
}

.article{
    margin-top: 0px;
}


/* This makes anchors scroll to the right position.*/
:target::before {
    content: "";
    display: block;
    height: 110px; /* fixed header height*/
    margin: -110px 0 0; /* negative fixed header height */
  }