[Resolved] Resizing the logo on landing page

Home Forums Support [Resolved] Resizing the logo on landing page

Home Forums Support Resizing the logo on landing page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1143346
    Jeremy

    Hello. I’ve been trying to resize the logo on the landing page. Currently, the logo is quite small and not readable. Is there a way to fix this?

    #1143483
    David
    Staff
    Customer Support

    Hi there,

    so the site is using the Navigation as Header:

    https://docs.generatepress.com/article/navigation-as-a-header/

    With that option the Logo’s size is defined by the Customizer > Layout > Primary Nav > Menu Item Height. So i would increase that a few pixels and then add this CSS to remove some logo padding:

    .navigation-branding img, 
    .site-logo.mobile-header-logo img {
        padding: 0;
    }
    #1143857
    Jeremy

    Thank you David. Worked like a charm!

    #1143903
    David
    Staff
    Customer Support

    You’re welcome

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