Okay
  Public Ticket #1577947
the hamburger is sitting in the header on full screen
Closed

Comments

  • ostii started the conversation

    We updated the theme to the latest version and the hamburger is showing in desktop mode. the theme won't let us change header options in the theme options 

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    This is odd. Please try this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code;

    @media only screen and (min-width: 992px) {
    header#top #toggle-nav i { display: none!important; }
    }
    

    Hope this helps,

    Regards

  • ostii replied

    Thanks Andrew,  this css fix removes the hamburger but the second  nav bar (with the social icons)  is still squished.

  • ostii replied

    Actually the actual problem is that the updated theme will not let us change any options in the theme settings related to secondary nav bar and header nav 

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    I think i've answered the latter in another ticket,

    For the former please try this CSS;

    #header-secondary-outer { padding: 0!important; }
    #header-secondary-outer nav >ul >li >a { border-left: none!important; }
    

    Hope this helps,

    Regards