Archived topic
Sitename + Tagline and Search
14 replies · Started by Janine on January 12, 2018
Hi, guys!
How can I move the tagline up on the same line as the site name?
How can I add a search box to main navigation menu?
Thanks!
Cheers,
Janine
Hi there,
Try this CSS:
@media (min-width:769px) {
.site-branding {
display: inline-block;
}
}
We do have navigation search as an option: https://docs.generatepress.com/article/navigation-search/
If the code doesn't work, can you disable coming soon page?
Thanks!
Hi, Leo.
I pasted the code into the Customizer >> Additional CSS. There was no change. The tagline did not move to the same line as the site name.
Cheers,
Janine
Can you disable the coming soon page?
Hi, Leo.
I'm curious. How would disabling the Coming Soon page be helpful?
How about this? If I wanted to create a header image, what dimensions would I use?
Thank you,
Janine
So I can see why that code isn't working/what's the correct code.
What do you mean by header image? The logo? It can be as big as you want or as small as you want. It's personal preference.
Thanks, Leo.
Some themes other themes I've used in the past allowed to create a header image that is a specific height and width. I must admit it was rarely ever seamless, except for one time.
I guess I could disable site name and tagline in the Customizer. Then, create a logo image and upload that.
You can use WordPress Edit Media to edit the logo image however you want: https://codex.wordpress.org/Edit_Media
Hi, Leo.
I've deactivated the Coming Soon page.
The code you sent previously did not work. How can I get the site title and tagline on the same line? Thank you!
Hi, Leo.
I disabled the coming soon page, but the site is not ready to be published. And I see that it can be accessed when I visit it in the browser.
Can we set a specific time for you to look at my site? I will disable it then for you.
I am on EST. Thanks, Leo.
We can't schedule a time unfortunately.
Maybe use a test server when you are building the site?
OK. I'll Google test server. And see what I can do. Thanks!
This CSS should do it:
.site-branding > * {
display: inline-block;
}
Thanks, Tom. It worked.
You're welcome :)