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;
}