Okay
  Public Ticket #2097895
Center Second Header
Closed

Comments

  • agwimberley started the conversation

    Is there a way to center the second header navigation?

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-secondary-outer ul {
        float: none !important;
        display:table !important;
        margin:auto !important;
    }

    Thanks


    ThemeNectar Support Team