Archived topic
site header
3 replies · Started by Ernst Wilhelm on November 12, 2021
Viewing posts 1–4 of 4
Hi. We want to have two visible elements in here, logo, site tagline. Logo First, left sided, site tagline below the logo, left sided and no overlapping.
The only thing I get is the tagline on the right side of the logo.
What can I do
Hi there,
try adding this CSS:
.site-header .site-branding-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
Thanks David, perfect.
You're welcome
This archived topic is closed to new replies.