[Resolved] Slideout Navigation – Different Breakpoint

Home Forums Support [Resolved] Slideout Navigation – Different Breakpoint

Home Forums Support Slideout Navigation – Different Breakpoint

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #576726
    Sarah Denise

    Hi,

    I have my navigation as a menu bar in desktop view and once it reaches the width of 768px, it becomes a slideout navigation. This is working really well.

    However, I want it to change to a slideout navigation from 1150px instead.

    Thanks,
    Sarah

    #576924
    David
    Staff
    Customer Support
    #578698
    Sarah Denise

    Thanks David,

    That helped changing the breakpoint.

    Now my problem is, the menu-toggle shows on a second line. I tried fixing it by changing the css to:

    .main-navigation .menu-toggle,
    .main-navigation .mobile-bar-items,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
    float:right;
    clear: none;
    width: auto;
    }

    but now it overlaps with the search button on the right inside the div class=mobile-bar-items.

    #578738
    David
    Staff
    Customer Support

    Hi Sarah, can you provide a link to the site?

    #580550
    Sarah Denise

    Hi David,

    https://resoulchurch.com/au

    Thanks

    #580592
    David
    Staff
    Customer Support

    Hi Denise, try adding position: static; to the extra code you have added

    #581630
    Sarah Denise
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.