Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @lauramark,

    We can show the mobile menu with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    @media only screen and (max-width: 959px)
    body.default-breakpoint #site-navigation-wrap {
    display: block !important;
    }
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter lauramark

    (@lauramark)

    Hello! No it doesn′t work ??

    Hello,

    Remove the previous code given by TUT Support and add this one in the Customize > Custom CSS section.

    @media only screen and (max-width: 959px) {
    body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content {
        display: block;
    }
    }

    Let me know it fixes the issue or not.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with mobile menu’ is closed to new replies.