Okay
  Public Ticket #3045746
menu styling
Closed

Comments

  •  32
    Tes started the conversation

    Hi there, 

    On this page: https://www.staging5.opt-insight.com/

    I have a question regarding the menu. Would it be possible to center my menu items between my logo and my social icons? See my attached screenshot. 

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul {
        justify-content: flex-end !important;
    }

    Thanks


    ThemeNectar Support Team