Archived topic
site title and slogan
7 replies · Started by Thierry on October 18, 2017
Viewing posts 1–8 of 8
Hello,
I want display beside site title and slogan (the same line) it's possible ?
Thx
Hi there,
Try the after header content hook: https://docs.generatepress.com/article/hooks-overview/
disable on customizer and display with hooks ?
What are you trying to add? Can you show me your current layout?
Ahh I see.
Try this CSS:
.main-title, .site-description {
display: inline-block;
}
That's right, thx Léo
No problem!
This archived topic is closed to new replies.