Support » Theme: evolve » Update: 3.6.0 Responsive menu problem

  • Resolved grape

    (@grape)


    After updating to evolve 3.6.0, all of a sudden the responsive menu is showing in full screen. Not only that, but it’s “covering up” the main menu, making those items unusable. I can get rid of it by using #wrapper .dd-container .dd-selected-text {display: none !important;}
    BUT, I’d like for it to be gone when in full screen and only visible for mobile devices.
    I’m thinking it has something to do with the @media only screen, but everything I’m trying doesn’t seem to be working.

    Any help would be appreciated. Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter grape

    (@grape)

    fixed it with:
    @media only screen and (min-width: 769px) {
    #wrapper .dd-container .dd-selected-text {
    display: none !important;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Update: 3.6.0 Responsive menu problem’ is closed to new replies.