Okay
  Public Ticket #2312447
Center Secondary menu
Closed

Comments

  • clpublications2243 started the conversation

    how can I center the secondary menu? im currently used the "center menu alt" and the secondary menu is off the the right.

  •  3,022
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General setting > CSS/Script related:

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

    Hope this helps.