Archived topic
Tekst in header
7 replies · Started by Jurjen Brouwer on June 20, 2022
I would like to have some text in the center bottom of the header.
In the left of the header is the logo. In the right a picture.
I tried to use the element Hook. And "generate_after_header_content",(with class, and a bit of CSS)
but then the text is not at the center and bottom of the header.
Hi there,
can i see the site where you added the text ?
Of course, site is under construction , so wp-admin
Made login for you
Can you share the URL ? :)
Sorry.....
https://www.ijsselboomgaarden.nl/
No need for sorry :) All ok. Try adding this CSS:
.inside-header {
flex-wrap: wrap;
}
.inside-header .slogan {
flex: 1 0 100%;
}
That's it. Thanks !
Jurjen
Glad to be help!