Comments e_tarsi started the conversationOctober 21, 2020 at 6:13pmHello!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,963Andrew repliedOctober 21, 2020 at 6:23pmHi 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.1 Likee_tarsi repliedOctober 22, 2020 at 10:37amLooks great Thank you 2,963Andrew repliedOctober 22, 2020 at 10:41amHi There,You are welcome.Cheers! Sign in to reply ...
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.
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:
Thanks.
Looks great Thank you
Hi There,
You are welcome.
Cheers!