- This topic has 14 replies, 3 voices, and was last updated 4 years, 5 months ago by
Tom.
-
AuthorPosts
-
January 12, 2018 at 4:50 am #469087
Janine
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
GP Premium 1.5.6January 12, 2018 at 9:03 am #469344Leo
StaffCustomer SupportHi 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!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 14, 2018 at 4:30 pm #470961Janine
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
January 14, 2018 at 5:10 pm #470985Leo
StaffCustomer SupportCan you disable the coming soon page?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 15, 2018 at 4:35 am #471248Janine
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
January 15, 2018 at 8:12 am #471468Leo
StaffCustomer SupportSo 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 15, 2018 at 9:38 am #471558Janine
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.
January 15, 2018 at 11:35 am #471641Leo
StaffCustomer SupportYou can use WordPress Edit Media to edit the logo image however you want: https://codex.wordpress.org/Edit_Media
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 26, 2018 at 4:11 am #480336Janine
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!
January 26, 2018 at 4:20 am #480343Janine
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.
January 26, 2018 at 6:41 am #480407Leo
StaffCustomer SupportWe can’t schedule a time unfortunately.
Maybe use a test server when you are building the site?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 26, 2018 at 7:36 am #480527Janine
OK. I’ll Google test server. And see what I can do. Thanks!
January 26, 2018 at 10:02 am #480643Tom
Lead DeveloperLead DeveloperThis CSS should do it:
.site-branding > * { display: inline-block; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 26, 2018 at 3:31 pm #480802Janine
Thanks, Tom. It worked.
January 26, 2018 at 11:21 pm #480919Tom
Lead DeveloperLead DeveloperYou’re welcome 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.