Move Author next to Date in individual posts

Use this code to Custom CSS

div[class*="post__Author"] {
    position: absolute;
    left: 150px;
    top: 0;
}
div[class*="post__Header"] {
    position: relative;
}

Result