Maybe it’s too late but the header size can be changed in the Mantra settings (no need to edit the theme-setup.php).
Go to the first thumbnail named “Mise en page” (sorry my thème is in french and I don’t know the translation).
Regards,
Thierry
I’ve found a solution that works.
Edit the “theme-loop.php” file with the editor in WordPress backend and replace in the section “function mantra_posted_on()” the last
get_the_author()
by
coauthors_posts_links( null, null, null, null, false )
Hope this helps. Regards
Thierry