[Resolved] Background header with menu movil in PC

Home Forums Support [Resolved] Background header with menu movil in PC

Home Forums Support Background header with menu movil in PC

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2341993
    Jesus

    Hello

    I have right now the following design on PC.

    https://snipboard.io/nRaZ28.jpg

    But I would like it to appear this way.

    https://snipboard.io/ZIfa1N.jpg

    In mobile everything is as I want it.

    https://snipboard.io/Rxy8Mi.jpg

    I hope you can help me. Thanks.

    #2341995
    Ying
    Staff
    Customer Support

    Hi there,

    Go to customizer > layout > Primary Navigation, and set the mobile breaking point to 999999.

    Let me know if this works for you.

    #2342028
    Jesus

    Hello,

    If I do what you tell me, the header comes out without the background, as if it were on mobile
    The issue is that it allows me to have the menu style on PC but only that instead of leaving the items it gives me Menu as in mobile.

    #2342121
    Jesus

    https://snipboard.io/ZIfa1N.jpg

    This in PC. If I Go to customizer > layout > Primary Navigation, and set the mobile breaking point to 999999, then the result is the mobile version.

    #2342161
    Ying
    Staff
    Customer Support

    I see, try add this CSS:

    .main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }
    .main-navigation ul, .gen-sidebar-nav, .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul, .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
    }
    #2342244
    Jesus

    Thanks for all!

    #2342245
    Jesus

    Resolved

    #2342980
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.