Logo next to Site Title

Home Forums Support Logo next to Site Title

Home Forums Support Logo next to Site Title

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #118614
    Maurice Ware

    I have not figured out how to place my personal logo next to the Site Title within the header and I was hoping that I could get a little guidance. Thanks!

    #118692
    Tom
    Lead Developer
    Lead Developer

    Hi Maurice,

    Give this CSS a try:

    @media (min-width:769px) {
        .site-branding {
            display: inline-block;
        }
    
        .site-logo {
            float: left;
            margin-right: 20px;
        }
    }
    • This reply was modified 8 years ago by Tom.
    #131172
    Ashley Gainer

    Related question: How can I get my logo (aligned left) and my site id and tagline (aligned right) to be centered to each other on the horizontal? (Does that make sense?) In other words, I want my logo to scoot up and/or my site id and tagline to scoot down so they aren’t off-kilter.

    Here’s my janky site: http://www.ashleygainer.com

    Thanks for any help!

    #131200
    Stacey Usborne
    Staff
    Customer Support

    Hi Ashley,

    Try giving this CSS a go:

    @media (min-width:769px) {
          .main-title {
                margin-top: 30px;
          }
    }

    Let me know if this helps ๐Ÿ™‚

    #144041
    Robert Meier

    Hi Ashley,

    I checked your site and you fixed the problem. Great.

    At the moment I have the same problem with my site.
    How you solved the problem?

    Thanks in advance!

    #170192
    hing

    when i translate chinese to english title, it is different wording, how can i make the title not included translate. please help. thanks

    #170270
    Tom
    Lead Developer
    Lead Developer

    That depends on how you’re translating it (which plugin etc..).

    You may have to ask the plugin developer if there’s an ignore method.

    If not, you might consider using an image with text instead of just regular text.

    Let me know ๐Ÿ™‚

    #195572
    Chris

    What is I want the site tagline to be below the logo?

    #195621
    Tom
    Lead Developer
    Lead Developer

    You can use this function: https://gist.github.com/generatepress/4cfa628cec96088dcbf8dd8cf399b83e

    Just rearrange the functions so the logo is above the site tagline.

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

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