Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #832480

    Dear Kriesi-Support,

    as mentioned in the other thread, since the last update, the mobile menu is being displayed on the desktop (on top, before the header, tested with Safari, Chrome, Firefox on Mac). This has not been the case with the last version an there have not been any changes on our side.
    Do you have any recommendations?

    Best,
    Elisabeth

    #832613

    Hey elisabeth,

    Until we release a permanent fix this can be corrected via css. Please add the following to quick css:

    @media only screen and (min-width: 600px)  {
    #mobile-advanced{
    display:none!important;
    }
    }

    Best regards,
    Jordan Shannon

    #833669

    Thanks, seems to be fine again.

    #833672

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu visible on desktop’ is closed to new replies.