Site logo

[Support request] How to increase the size of my logo when using the navigation as header?

Home Forums Support [Support request] How to increase the size of my logo when using the navigation as header?

Home Forums Support How to increase the size of my logo when using the navigation as header?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2078432
    Heath

    I am currently using my navigation as the header and the logo is really small. Is there a way to increase the size of the logo? Also if the logo size increases will that change get the size of the search and menu icons?

    #2078439
    Ying
    Staff
    Customer Support

    Hi Heath,

    When the navigation as header option is activated, the logo size is controlled by theMenu Item Height at customizer > layout > primary navigation.

    Also if the logo size increases will that change get the size of the search and menu icons?

    No, the search and menu goggle icons will stay at the same size.

    If you want to increase their size, try this CSS:

    .menu-bar-items svg, .menu-toggle svg {
        width: 2em;
        height: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.