Site logo

Archived topic

Inline logo and site title

5 replies · Started by Alexander on October 27, 2022

Viewing posts 1–6 of 6

Hi! Would you please help me to display logo and site title inlined, not the logo above the title?

Hi Alex,

In you style.css file, you have this custom code:

.site-branding-container {
    flex-direction: column;
    align-items: flex-start;
    }

Try replacing column to row.

Thanks for your support, it's great! Is it possible to move the site description to the left below the logo?

Hi there,

Try adding this CSS:


.site-description {
    position: relative;
    left: -60px;
}

Thanks for your support. That's perfect!

You're welcome

This archived topic is closed to new replies.