Okay
  Public Ticket #2577139
Button on mobile header
Closed

Comments

  • e_tarsi started the conversation

    Hello!

    I don't know if there's a way to do what I am thinking...anyway:
    I have a main menu with only one link (button style). I need that button to stay in header also on mobile header in replacement or beside the standard menu icon.


  •  2,963
    Andrew replied

    Hi there,

    There is no option to have the desktop button on mobile.

    Try the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (max-width: 1000px) { 
    #header-outer #top nav {    
        display: block !important;    margin-right: 65px;    
        margin-top: -40px;
    }  
    #header-outer #top nav .sf-menu li:not(#menu-item-297){
        display:none;  }
    }
    

    Thanks.

  • e_tarsi replied

    Looks great Thank you


  •  2,963
    Andrew replied

    Hi There,

    You are welcome.

    Cheers!