[Resolved] Sitename + Tagline and Search

Home Forums Support [Resolved] Sitename + Tagline and Search

Home Forums Support Sitename + Tagline and Search

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #469344
    Leo
    Staff
    Customer Support

    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!

    #470961
    Janine

    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

    #470985
    Leo
    Staff
    Customer Support

    Can you disable the coming soon page?

    #471248
    Janine

    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

    #471468
    Leo
    Staff
    Customer Support

    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.

    #471558
    Janine

    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.

    #471641
    Leo
    Staff
    Customer Support

    You can use WordPress Edit Media to edit the logo image however you want: https://codex.wordpress.org/Edit_Media

    #480336
    Janine

    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!

    #480343
    Janine

    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.

    #480407
    Leo
    Staff
    Customer Support

    We can’t schedule a time unfortunately.

    Maybe use a test server when you are building the site?

    #480527
    Janine

    OK. I’ll Google test server. And see what I can do. Thanks!

    #480643
    Tom
    Lead Developer
    Lead Developer

    This CSS should do it:

    .site-branding > * {
        display: inline-block;
    }
    #480802
    Janine

    Thanks, Tom. It worked.

    #480919
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.