• Resolved Hakimkhatib

    (@hakimkhatib)


    I have installed happenstance theme. I actually bought it ??

    The main menu collapses on mobile and ipad or simply when the window is smaller on computer.. It turns into something like google search slot. It kills the whole design. Anyone could help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    by default, the menu is displayed as a drop-down list on the mobile devices. If you would like to customize the mobile menu, I recommend you to install the Responsive Menu plugin.

    If you then would like to hide the default drop-down menu, please use this custom CSS:

    @media screen and (max-width: 1012px) {
    html #wrapper .menu-box-wrapper {display: none !important;}
    }

    Best regards,
    Tomas Toman

    Thread Starter Hakimkhatib

    (@hakimkhatib)

    Thank you! It worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Menu collapses on mobile and Ipad’ is closed to new replies.