Archived topic
Columns in the header
7 replies · Started by Pavel Kapustin on March 27, 2019
Hello!
How can I make three columns in the header of the site, one of which will have a logo, the other two have arbitrary text?
It is necessary to place the columns horizontally.
Hi there,
This should help:
https://docs.generatepress.com/article/split-header-three-sections/
Let me know if this helps :)
Thanks!
How to align the text to the height of the column?
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Loaded URL.
Login: admin
Password: admin
Try this CSS:
.header-section-1, .header-section-3 {
display: flex;
align-items: center;
justify-content: center;
}
Thank you very much, everything is cool. Super and fast support. You are the best!
Glad I could help :)