Help with slider and mobile menu - by mau87

This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: mau87
    mau87
    Participant
    May 15, 2018 at 20:12
    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2018 at 07:19

    Hello,

    Please read slider documentation – https://www.themepunch.com/revslider-doc/navigation/
    Here is one-page demo – https://www.8theme.com/demo/xstore/typography/ By default, there is no possibility to show the menu in another way on mobile.
    But you can achieve the desired result via some workaround, for example, add the menu in the first row on the page and hide it on all devices except required, using Column Settings > Responsive Options, to disable default mobile menu, add this code in Custom css for page http://prntscr.com/jigkr8:

    @media only screen and (max-width: 992px){ 
    .et-header-full-width .header-wrapper .navbar-toggle {
        display:  none;
    }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.