Okay
  Public Ticket #2994711
How to remove the Mobile Menu
Closed

Comments

  •  2
    jasonkoscho started the conversation

    I cant seem to remove the menu on mobile... How do I remove the off canvas menu on mobile?

  •  2,958
    Andrew replied

    Hi 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,

  •  2
    jasonkoscho replied

    Thanks. Where do I add this?

  •  1,877
    Judith replied

    Hi There,

    Please add in the css custom code under Salient > General settings > CSS/Script Related.

    Thanks.

  •  2
    jasonkoscho replied

    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.

  •  8,839
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    jasonkoscho replied

    www.irisclubapartments.com

  •  1,877
    Judith replied

    Hi 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.

  •  2
    jasonkoscho replied

    Hello - that did not work. Thanks!

  •  2,958
    Andrew replied

    Hello again,

    Try the following CSS.

    @media only screen and (max-width: 999px){
        body #header-outer #top .left-aligned-ocm {
            display: none;
        }
    }
    

    Thanks,

  •  2
    jasonkoscho replied

    Thanks, but stil no luck. I tried multiple browsers as well..

  •  2,958
    Andrew replied

    Hello again,

    Which page are you experiencing this on. Just for clarification

    Thanks,

  •  2
    jasonkoscho replied

    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. 

  •  2,958
    Andrew replied

    Hello 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,958
    Andrew replied

    Hello again,

    Found the issue.

    4778606415.png


    I have fixed it. Thank you for continuing to use Salient.

    Cheers,

  •  2
    jasonkoscho replied

    Thank you! What was the issue?

  •  2,958
    Andrew replied

    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,

  •  2
    jasonkoscho replied

    Thank you!