Archived topic
Switching/Flipping Site Title and Tagline
3 replies · Started by Kyle Thomas on December 12, 2019
Viewing posts 1–4 of 4
Is there a simple way - such as with a GP Hook Element - to flip the Site Title and Tagline, so that the Tagline would be above the Site Title instead of below it?
I can't seem to find a direct answer or solution.
Hi there,
try this CSS:
.site-branding {
display: flex !important;
flex-direction: column-reverse;
}
That appears to have worked. Thanks.
You're welcome
This archived topic is closed to new replies.