[Resolved] Logo on top too big

Home Forums Support [Resolved] Logo on top too big

Home Forums Support Logo on top too big

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1631599
    Matthieu

    Hello the logo in the mobile header is abnormally large, how can I fix this problem? I don’t know why she changed her size, it was fine before.

    Thanks

    #1631655
    David
    Staff
    Customer Support

    Hi there,

    when using the Navigation as Header; the logo gets its size from the Menu Item height ( set in Customizer > Layout > Primary Navigation ). You can either:

    1. Reduce the menu item height
    OR
    2. Use some CSS to make just the logo smaller:

    .navigation-branding img, .site-logo.mobile-header-logo img {
      height: 40px;
    }
    #1631709
    Matthieu

    Hello, thank you for your answer. The problem is that by adding the css code, I cannot for example increase the height of the menu item without making the logo larger …

    #1631710
    Matthieu

    For example there to try I put :
    .navigation-branding img, .site-logo.mobile-header-logo img {
    height: 10px;
    }

    And a height of the menu item at 100px and here is the resul

    Thanks

    #1631713
    Matthieu

    Oh sorry that looks good to me. In the preview in the customizer I saw the logo very large. On the other hand when I go on mobile the problem seems to be solved.

    #1631721
    David
    Staff
    Customer Support

    Is the issue now resolved ?

    #1631729
    Matthieu

    yes it’s good, thanks ! 😃

    #1632383
    David
    Staff
    Customer Support

    Glad to hear that!

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