Okay
  Public Ticket #151105
Secondary Navigation Height
Closed

Comments

  • Justin started the conversation
    Is there a way to set a specific height for the top secondary nav bar? I would like to use it for a 24 pixel high color bar with nothing in it. I assigned a blank menu to it, along with the color I want. Now I just need to reduce the height a bit. Thanks!!
  •  1,070
    ThemeNectar replied

    Hey Justin!

    Instead of doing that, just set a border on top of the header like this: (enter this into your custom css box in the salient options panel)

    #header-outer {
      border-top: 10px solid #666!important;
    }

    Cheers!

  • Justin replied

    Thanks!

  • Fahim replied

    This works better:

    body #header-secondary-outer {
    padding: 5px !important;
    }