Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #165041

    Jenneke
    Participant

    Hi Guys,

    Is it possible to show the menu button on 1280px instead of 966px. My menu has een ugly view between 1280px & 966px.
    I have searched the forum and through my ftp for a responsive CSS, but couldn’t find nor an answer or a file. I’am using a child theme!

    Thanks!

    #165231

    Christian
    Moderator

    Hey Jenneke,

    That would require a custom media query. We’d love to help you with that however, that falls beyond the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://theme.co/x/member/custom-development/.

    Thank you for your understanding.

    #718885

    ASZ
    Participant

    Replace ??? with the breakpoint of your choice and you are good to go.

    @media (max-width: ???px){
    .x-nav-wrap.desktop {
    display: none;
    }
    .x-btn-navbar {
    display: block;
    float: right;
    }
    .x-nav-wrap.mobile.collapse.in {
    display: block;
    }
    }

    #719004

    Jade
    Moderator

    Thanks for helping out @siamzam. 🙂