Okay
  Public Ticket #330338
Spacing between navigation bar menu items
Closed

Comments

  • Morgann started the conversation

    Hi,

    I would like to add more space between my main menu items on the nav bar.

    How do I increase the padding between the words (not the letters?)

    Thanks

  •  8,459
    Tahir replied

    Hey!

    Could you please provide your site url .

    Thanks 


    ThemeNectar Support Team 

  • Ese replied

    I would also like the answer to this.

  •  8,459
    Tahir replied

    Hey!

    Change the values as per your liking. Add this into the Custom CSS box located in your Salient Options panel :
    header#top nav > ul > li > a{
        padding-right:2px !important;
        padding-left:2px!important;
    }
    
    Thanks 


    ThemeNectar Support Team