Comments 2jasonkoscho started the conversationMarch 4, 2022 at 2:51amI cant seem to remove the menu on mobile... How do I remove the off canvas menu on mobile? 2,958Andrew repliedMarch 4, 2022 at 5:53amHi there,Try the following CSS. @media only screen and (max-width: 999px){} #header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle, #top .span_9>.slide-out-widget-area-toggle { display:none; } } Thanks, 2jasonkoscho repliedMarch 4, 2022 at 12:42pmThanks. Where do I add this? 1,877Judith repliedMarch 4, 2022 at 1:03pmHi There,Please add in the css custom code under Salient > General settings > CSS/Script Related.Thanks. 2jasonkoscho repliedMarch 4, 2022 at 4:10pmThanks! So the CSS code worked when the logo is using the Centered header option. However, when I use the Logo aligned Left, it does not work. 8,839Tahir repliedMarch 4, 2022 at 8:05pmHey Again, Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team 2jasonkoscho repliedMarch 4, 2022 at 10:00pmwww.irisclubapartments.com 1,877Judith repliedMarch 5, 2022 at 7:49amHi There,Please try this css: @media only screen and (min-width: 1px) and (max-width: 999px){#header-outer .slide-out-widget-area-toggle .lines, #header-outer .slide-out-widget-area-toggle .lines-button, #header-outer .slide-out-widget-area-toggle .lines:after, #header-outer .slide-out-widget-area-toggle .lines:before { display: none;} }Thanks. 2jasonkoscho repliedMarch 7, 2022 at 7:17pmHello - that did not work. Thanks! 2,958Andrew repliedMarch 7, 2022 at 7:23pmHello again,Try the following CSS. @media only screen and (max-width: 999px){ body #header-outer #top .left-aligned-ocm { display: none; } } Thanks, 2jasonkoscho repliedMarch 7, 2022 at 7:31pmThanks, but stil no luck. I tried multiple browsers as well.. 2,958Andrew repliedMarch 8, 2022 at 5:12amHello again,Which page are you experiencing this on. Just for clarificationThanks, 2jasonkoscho repliedMarch 8, 2022 at 12:23pmIt's only a single-page site. www.irisclubapartments.com - You can see how there is a hamburger menu on mobile. I cant turn that off. 2,958Andrew repliedMarch 8, 2022 at 12:31pmHello again,The previous CSS should have worked. Kindly send us temporary credentials so that we can check on this more and advise.Thanks, jasonkoscho replied privately Andrew replied privately jasonkoscho replied privately Andrew replied privately jasonkoscho replied privately 2,958Andrew repliedMarch 8, 2022 at 2:10pmHello again,Found the issue.I have fixed it. Thank you for continuing to use Salient.Cheers, 2jasonkoscho repliedMarch 8, 2022 at 2:11pmThank you! What was the issue? 2,958Andrew repliedMarch 8, 2022 at 2:17pmThere was a red cross in the Custom CSS Box. Any syntax error would cause all CSS under that line of code to not show up on the Frontend.I removed all the previous code and added the new one.Best, 2jasonkoscho repliedMarch 8, 2022 at 2:26pmThank you!1 Like Sign in to reply ...
I cant seem to remove the menu on mobile... How do I remove the off canvas menu on mobile?
Hi there,
Try the following CSS.
Thanks,
Thanks. Where do I add this?
Hi There,
Please add in the css custom code under Salient > General settings > CSS/Script Related.
Thanks.
Thanks!
So the CSS code worked when the logo is using the Centered header option. However, when I use the Logo aligned Left, it does not work.
Hey Again,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
www.irisclubapartments.com
Hi There,
Please try this css:
Thanks.
Hello - that did not work. Thanks!
Hello again,
Try the following CSS.
Thanks,
Thanks, but stil no luck. I tried multiple browsers as well..
Hello again,
Which page are you experiencing this on. Just for clarification
Thanks,
It's only a single-page site. www.irisclubapartments.com - You can see how there is a hamburger menu on mobile. I cant turn that off.
Hello again,
The previous CSS should have worked. Kindly send us temporary credentials so that we can check on this more and advise.
Thanks,
Hello again,
Found the issue.
I have fixed it. Thank you for continuing to use Salient.
Cheers,
Thank you! What was the issue?
There was a red cross in the Custom CSS Box. Any syntax error would cause all CSS under that line of code to not show up on the Frontend.
I removed all the previous code and added the new one.
Best,
Thank you!