[Resolved] Add logo on right side of header instead of on left under Site Title and Tag

Home Forums Support [Resolved] Add logo on right side of header instead of on left under Site Title and Tag

Home Forums Support Add logo on right side of header instead of on left under Site Title and Tag

  • This topic has 7 replies, 2 voices, and was last updated 4 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #847555
    Cindy

    I’m trying to add a logo to my Header but it only adds it under my Site Title and Tag Line, which I have on the left side of the header. I want to add it on the right side of the header. How do I do that?

    GeneratePress 2.2.2
    #847593
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You want the logo on the right side of the header?

    If so, try this CSS:

    @media (min-width: 769px) {
        .site-logo {
            float: right;
        }
    
        .site-branding {
            float: left;
        }
    }

    Let me know πŸ™‚

    #847609
    Cindy

    Thank you – that was fast! That puts the logo on the right side of the Header, but still below the level of the site title and tagline. I would like to have it on the right side of the header but level with the site title and tagline if possible, so everything on the same “line” or “level” if possible.

    #847663
    Tom
    Lead Developer
    Lead Developer

    I just adjusted the CSS above to do that πŸ™‚

    #847677
    Cindy

    Thank you -that works! I appreciate the fast and effective support! Now to find the perfect logo.

    #847799
    Tom
    Lead Developer
    Lead Developer
    #850412
    Cindy

    One more request. Is it possible for me to expand the logo to the left without it also expanding down as well (which is what it does now)? I want to stretch it further to the left on my header but not expand downward at the same time.

    Also, when I upgraded to the premium version of GeneratePress, now when I open my theme to customize the navigation on the left initially only shows a little bit, and once I click on one of the arrows the menu opens fully. Thought you might want to know about it. Thanks!

    #850847
    Tom
    Lead Developer
    Lead Developer

    If you did that, the image would stretch and lose quality/aspect ratio. In order to have a wider image at that same height, you would need to manually crop the image to be that size/aspect ratio.

    Any chance you can show me a screenshot of the Customizer issue?

    Thanks!

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