[Resolved] Logo Seems small in mobile device

Home Forums Support [Resolved] Logo Seems small in mobile device

Home Forums Support Logo Seems small in mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2225872
    John

    Hello,

    The logo looks too small on mobile devices.

    Is It okay or did I make something wrong?

    If goes anything wrong, How can I fix it?

    Thanks

    #2226025
    Leo
    Staff
    Customer Support

    Hi there,

    A couple of options here.

    1. Try increasing the menu item height with the mobile toggle activated:
    https://docs.generatepress.com/article/menu-item-height-width/

    2. There is 10px of top and bottom padding added by default. You can try removing it with this CSS:

    @media (max-width: 768px) {
        .site-logo.mobile-header-logo img {
            padding: 0;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #2226170
    John

    Solved!

    Thanks Leo

    #2226946
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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