Archived topic
logo placement
1 reply · Started by koralp on September 20, 2021
Viewing posts 1–2 of 2
hello,
i want to place the logo on top of the header, not in the same line as default.
can you pls help?
Hi there,
Try this CSS:
.site-branding-container {
display: flex;
flex-direction: column;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.