[Resolved] Navigation Logo not showing in responsive mode

Home Forums Support [Resolved] Navigation Logo not showing in responsive mode

Home Forums Support Navigation Logo not showing in responsive mode

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #336413
    Harris

    Hello,
    the navigation logo is not showing when menu goes in small screen mode.
    Any help?

    Thanks
    Harris

    #336415
    Leo
    Staff
    Customer Support

    Hi there,

    Try uploading a mobile header logo: https://docs.generatepress.com/article/mobile-header/

    Let me know if this helps.

    #336417
    Harris

    Hello,
    I am not using either header or mobile header.
    Will it help?

    Thanks
    Harris

    #336419
    Leo
    Staff
    Customer Support

    Sorry so you don’t want to use the header or mobile header?

    Can you provide a link to your site?

    #336421
    Harris

    Hello again,
    It shows but things are aranged a bit strange.
    Logo and search icon are in one line and menu in another (and aligned right)

    Thanks
    Harris

    #336422
    Harris
    #336423
    Leo
    Staff
    Customer Support

    Have you tried using the mobile header option? https://docs.generatepress.com/article/mobile-header/

    #336424
    Harris

    Yes. I did. And it looks as you can see it now.

    #336432
    Leo
    Staff
    Customer Support

    Ahh Mobile Header logo is suppose to be a small image or an icon (like the C in CRYO).

    If you want to use the normal logo then I would suggest to use the normal header on mobile.

    So assuming this is the direction you’ve followed:
    https://docs.generatepress.com/article/navigation-logo/#navigation-as-header

    Change the CSS to

    @media (max-width: 768px) {
        .site-header {
            display: none;
        }
    }

    Then upload a logo in customizer > Site Identity.

    #336433
    Harris

    Now logo shows in normal mode above the navigation bar and the mobile mode is not fixed either.
    By the way, the logo I uploaded in the mobile header is a 100px width logo. It’s not that big.
    I think though that for some reason its resized.

    #336435
    Leo
    Staff
    Customer Support

    Looks like you have this CSS added:

    .mobile-header-navigation .mobile-header-logo img {
        height: 90px;
    } 
    #336439
    Harris

    It’s not added by me (via Simple CSS or otherwise).
    This should be comming someware from the customizer settings.

    #336442
    Leo
    Staff
    Customer Support

    Ah you are right sorry.

    Try changing the menu item height for Mobile: https://docs.generatepress.com/article/menu-item-height-width/

    #336452
    Harris

    I removed the media css you gave me and I left the mobile header logo. It looks better now.

    Is there any way to enlarge (i.e. double or even more) the logo? There’s plenty of space there for that.

    #336459
    Harris

    I increased the menu item height for mobile to 50 and it looks more decent now.
    But isn’t there any way to increase the mobile header logo size without having to increase the menu item height?

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