Okay
  Public Ticket #265252
white line above secondary menu on smaller screen size
Closed

Comments

  • eric started the conversation

    on smaller screen shows white line above menu:

    see attached

  •  8,839
    Tahir replied

    Hey Eric!

    I cant seem to see the white line. 

    Thanks


    ThemeNectar Support Team 

  • eric replied

    please look it is very obvious - it happens when you make the screen smaller - I saw another ticket someone else asked because there was a white line on top and on the end of the last menu item - I added some custom css code you responded too in the other someone elses ticket to get rid of the white line on the last menu item - but it left the top white line still.

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :
    body #header-secondary-outer nav ul.sf-menu {
        border: none !important;
    }
    
    Cheers


    ThemeNectar Support Team