Okay
  Public Ticket #2567420
Navigation items wrapping on Safari
Closed

Comments

  •  2
    melsaunders started the conversation

    Hi - The site all looks fine on Chrome, Firefox etc, but in Safari the navigation menu wraps (see About Us). I have looked in the Salient theme settings but can't see where I would be able to change this? 



  •  8,850
    Tahir replied

    Hey Again,

    Escalating this to the developer so he can check this on Safari and add in a response.

    Thanks 


    ThemeNectar Support Team 

  •  1,075
    ThemeNectar replied

    Hey melsaunders,

    Try to add this into the custom css box located in the Salient options panel > general settings > css/script related tab:

    #top nav > ul > li {
        white-space: nowrap;
    }