Okay
  Public Ticket #2189114
mobile menu
Closed

Comments

  • erikhas started the conversation

    Hi, there is a weird offset to the position of the text / hamburger on the mobile menu (when it passes the break-point to become the "off campus" menu) and the word "MENU" also becomes the wrong color...supposed to be white, not grey.  And, as you will see, it appears to not be properly centered next to hamburger.  See screenshot.  

  •  8,992
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  • erikhas replied

    Hi. Thanks for getting back. The url is site2.revolutionlaboratory.com

  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        .slide-out-widget-area-toggle:not(.slide-out-hover-icon-effect) a span:after {
            top: 7px !important;
            color: #fff !important;
        }
    }

    Thanks


    ThemeNectar Support Team