• yoavxyoav

    (@yoavxyoav)


    Dear support, I’m desperate. Looked all over the internet and beyond. I have found a few related topics but none really addressed the issue.

    On mobile (and mobile simulation on Chrome) the navbar would collapse as soon as I open it. Another click would not do anything (I assume the second click “closes” the already closed menu). How can I fix this? I don’t even know where to start looking. please help!

    A video is worth 1000 words: https://youtu.be/7ZmCq2EOpCA

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Shahid Mansuri

    (@shahidmansuri123)

    Hi @yoavxyoav

    Thanks for the using Rambo theme.

    For this, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    @media (max-width: 979px) {
        .navbar .nav > li { float: none !important; }
        .collapse.in { height: auto !important; }
    }

    Hope this will helps!

    Regards

    Shahid

    Thread Starter yoavxyoav

    (@yoavxyoav)

    Dear Shahid, thank you very much for the quick and helpful response! It worked. However there still a slight “stutter” at the bottom of the menu as seen in the attached video, is there a way to fix that?

    gatomadrid

    (@gatomadrid)

    Hello

    I’ve got the same problem. When I open a submenu that has more submenu it close quickly.

    For example, my menu is:
    Web
    – Actividades
    — Example 1
    — Example 2
    -Contact
    Now when i try to open Actividades, it closed after few seconds.

    Imran Ali

    (@imranaliweb)

    Hi @gatomadrid,

    Can you provide us URL of your website so that we can inspect it and give you a proper solution?

    Thanks

    Imran Ali

    (@imranaliweb)

    Hi @yoavxyoav,

    I checked your website at our end and this is working perfect, please clear cache then check your website.

    Thanks

    • This reply was modified 7 years ago by Imran Ali.
    gatomadrid

    (@gatomadrid)

    How can i send it privately?
    i don′t want to publish the url.

    Imran Ali

    (@imranaliweb)

    Hi @gatomadrid,

    Share your website URL my email id-> [email protected]

    Thanks

    Thread Starter yoavxyoav

    (@yoavxyoav)

    Hello @imranaliweb, thank you for your support.

    I have cleared all cache, and also tried on a couple of other devices but there problem still persists. Perhaps I didn’t indicate clearly where the problem occurs, this video will demonstrate better:

    I hope there’s a way to fix this. Thanks for your time.

    Hi @@yoavxyoav,

    for this use below code in custom css filed

    @media (max-width: 979px){
    .nav-collapse { padding: 0px !important; }
    }

    Use of above code then checks your website.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Navbar collapses right after opening, on mobile’ is closed to new replies.