Move Author next to Date in individual posts

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

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

Result: