[Resolved] Navigation as Header and logo height – Increase size

Home Forums Support [Resolved] Navigation as Header and logo height – Increase size

Home Forums Support Navigation as Header and logo height – Increase size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1192163
    Trenton

    Website is using Navigation as Header
    Would like to increase size of the logo, previously accomplished by increasing Menu Item Height. This gives the desired appearance with logo size of 125px but the increased height of menu items causes dropdown menus to be anchored lower than intended (sitting inline with bottom of logo rather than bottom of nav menu text).

    Is there a way to increase logo size without increasing menu height, or adjust the dropdown anchor points to match nav menu location?

    #1192207
    David
    Staff
    Customer Support

    Hi there,

    use this CSS to size your logo:

    .main-navigation .navigation-branding img {
        height: 125px;
    }
    #1192216
    Trenton

    That was it, thank you very much.

    #1192220
    David
    Staff
    Customer Support

    You’re welcome

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