[Resolved] logo is too small on Generate Press Arctic theme

Home Forums Support [Resolved] logo is too small on Generate Press Arctic theme

Home Forums Support logo is too small on Generate Press Arctic theme

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1257197
    Jessica

    I am using the Generate Press Arctic theme and the logo is incredibly small. I have looked at what little code I can find and see nothing limiting the size of the logo. The logo file I am using is around 320 px wide, but the logo shown is a fraction of that.

    #1257523
    David
    Staff
    Customer Support

    Hi there,

    the Artic Site uses the Navigation as Header function, so the logo gets its size from the Menu Item Height set in Customizer > Layout > Primary Navigation.

    If you want to only increase the logo size then you can add this CSS:

    .navigation-branding img {
        height: 80px;
    }
    #1258559
    Jessica

    Thanks for your reply. Is it possible for you to share some screenshots showing me where to make this change? I can copy/paste but I am largely unfamiliar with coding.

    #1258670
    Leo
    Staff
    Customer Support

    Try increasing the menu item height property in the customizer option first:
    https://docs.generatepress.com/article/menu-item-height-width/

    Let me know ๐Ÿ™‚

    #1258737
    Jessica

    Thank you. That fixed the issue sufficiently!

    #1258790
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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