Looking to show site title text next to logo image in Monochrome Pro‘s site header?
Just add the following in child theme’s style.css at the end:
.wp-custom-logo .title-area {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.wp-custom-logo .site-title {
    height: auto;
    position: static !important;
    width: auto;
}
(Tested in Monochrome Pro 1.4.0)
[…] on April 13, 2020: Follow this tutorial […]