Home Forums Free Themes Magzimum menu disappears

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1440
    wensolutions
    Keymaster

    Hello @farid.dokuchaev,

    Remove the earlier code from Custom CSS and copy following code direct to your CSS editor

    @media only screen and (max-width:767px){
    ​
    #mobile-trigger{
        
        display: none;
    }
    ​
    }

    Hope this helps and let us know, for any further assistance.
    Regard,

    #1442
    farid.dokuchaev
    Participant

    Code replaced the square appeared with stripes and dark screen respectively remained.

    http://joxi.ru/zANa0aKclVB3L2

    #1444
    wensolutions
    Keymaster

    Hello @farid.dokuchaev,
    Sorry for the trouble you are having. Anyways, try this code out.

    @media only screen and (max-width:767px){
    
    #mobile-trigger{
       display: none !important;
    }
    
    #mobile-trigger-top {
       display: block !important;
    }
    }

    Please let us know if it worked.

    Thanks!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.