[Support request] How to increase logo size

Home Forums Support [Support request] How to increase logo size

Home Forums Support How to increase logo size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2352247
    Jin

    I know that this is a basic ask but I’ve read other support tickets like this but can’t seem to find the option in Customizer.

    This is a screenshot of what my Customizer looks like.

    The only Element I have is this to change the background to a custom image.

    Thanks

    #2352698
    Leo
    Staff
    Customer Support

    Hi there,

    You can try increasing the menu item width as suggested here:
    https://docs.generatepress.com/article/navigation-as-a-header/#basic

    Or add this CSS to remove the default top and bottom padding added to the logo image:

    .navigation-branding img {
        padding: 0;
    }

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

    Let me know if this helps 🙂

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