Okay
  Public Ticket #3488142
Decrease height of secondary navigation
Closed

Comments

  •  2
    Brandon started the conversation

    Hello! I want to decrease the height of the secondary navigation bar. (So the height is flush with the divider in the icon section. Could I get help with accomplishing that?

  •  1,665
    Judith replied

    Hi Brandon,

    Thanks for writing to us.

    Please try out this CSS to help you adjust the height:

    .material #header-secondary-outer>.container, .material #header-secondary-outer>.container>nav {
        height: 33px;
    }

    Kind Regards.