Avenue - Logo/Tagline same line

To make Logo - Tagline same line on Avenue Template, you can use this code to Custom CSS box

@media screen and (min-width:901px) {
    div#logo {
    display: flex;
    align-items: center;
}
div#logo h1 {
    font-size: 20px;
    flex: 0 0 70%;
}}

result