Found how to do it by looking into support for you older themes.
I’ve added this to content.php and content-featured.php: <div class="post-byline">By <?php the_author_posts_link(); ?></div>
and this into additional CSS:
.post-byline { margin: 0px 0 0px; }
Works as expected